]> git.pld-linux.org Git - packages/gaby.git/blame - gaby-doc.patch
- bconds
[packages/gaby.git] / gaby-doc.patch
CommitLineData
6b3a8411
JB
1--- gaby-2.0.2/doc/make-doc.orig Mon Sep 27 19:44:00 1999
2+++ gaby-2.0.2/doc/make-doc Tue Jun 24 14:50:49 2003
3@@ -21,7 +21,7 @@
4 exit
5 fi
6
7-db2html gaby.sgml > /dev/null
8+db2html -V'%use-id-as-filename%' gaby.sgml > /dev/null
9
10 touch ts$1
11
12--- gaby-2.0.2/doc/C/Makefile.am.orig Mon Jan 15 15:26:52 2001
13+++ gaby-2.0.2/doc/C/Makefile.am Tue Jun 24 14:54:29 2003
14@@ -6,7 +6,7 @@
15
16 gaby/index.html: gaby.sgml user.sgml advanced.sgml developer.sgml \
17 functions.sgml py_module.sgml
18- -db2html gaby.sgml > /dev/null
19+ -db2html -V '%use-id-as-filename%' gaby.sgml > /dev/null
20
21 functions.sgml:
22 -perl ../gaby-doc ../../src/*.c > functions.sgml
23--- gaby-2.0.2/doc/fr/Makefile.am.orig Mon Jan 15 15:26:41 2001
24+++ gaby-2.0.2/doc/fr/Makefile.am Tue Jun 24 14:54:53 2003
25@@ -5,7 +5,7 @@
26 all-local: gaby/index.html
27
28 gaby/index.html: gaby.sgml user.sgml advanced.sgml developer.sgml
29- -db2html gaby.sgml > /dev/null
30+ -db2html -V '%use-id-as-filename%' gaby.sgml > /dev/null
31
32 clean-local:
33 rm -rf gaby gaby.junk
34--- gaby-2.0.2/doc/install-doc.in.orig Mon Jun 18 15:24:18 2001
35+++ gaby-2.0.2/doc/install-doc.in Tue Jun 24 15:04:21 2003
36@@ -31,9 +31,12 @@
37 rm -rf $3/`gnome-config --datadir`/gnome/help/gaby/$1
38
39 ../mkinstalldirs $3/`gnome-config --datadir`/gnome/help/gaby/$1
40-ln -s $2/$1/*.html $3/`gnome-config --datadir`/gnome/help/gaby/$1
41-ln -s $2/$1/docbook.css $3/`gnome-config --datadir`/gnome/help/gaby/$1
42-ln -s $2/$1/stylesheet-images $3/`gnome-config --datadir`/gnome/help/gaby/$1
43+cp $1/gaby/*.html $3/`gnome-config --datadir`/gnome/help/gaby/$1
44+cp $1/gaby/*.css $3/`gnome-config --datadir`/gnome/help/gaby/$1
45+mkdir $3/`gnome-config --datadir`/gnome/help/gaby/$1/stylesheet-images
46+cp $1/gaby/stylesheet-images/* $3/`gnome-config --datadir`/gnome/help/gaby/$1/stylesheet-images/
47+cp $1/topic.dat $3/`gnome-config --datadir`/gnome/help/gaby/$1/
48+cp -R $1/gaby/*.css $3/`gnome-config --datadir`/gnome/help/gaby/$1
49
50 if [ "$1" = "C" ]
51 then
This page took 0.079978 seconds and 4 git commands to generate.