]> git.pld-linux.org Git - packages/gnome-common.git/blame - gnome-common-docdir.patch
- updated to 3.6.0
[packages/gnome-common.git] / gnome-common-docdir.patch
CommitLineData
83c80d5b
JB
1--- gnome-common-2.12.0/doc-build/xmldocs.make.orig 2005-01-03 06:43:23.000000000 +0100
2+++ gnome-common-2.12.0/doc-build/xmldocs.make 2006-08-09 19:13:17.384774000 +0200
3@@ -34,9 +34,9 @@
4
5
6 # ********** Begin of section some packagers may need to modify **********
7-# This variable (docdir) specifies where the documents should be installed.
8+# This variable (gtkdochelpdir) specifies where the documents should be installed.
9 # This default value should work for most packages.
10-docdir = $(datadir)/gnome/help/$(docname)/$(lang)
11+gtkdochelpdir = $(datadir)/gnome/help/$(docname)/$(lang)
12
13 # ********** You should not have to edit below this line **********
14 xml_files = $(entities) $(docname).xml
15@@ -63,15 +63,15 @@
16 fi
17
18 install-data-local: omf
19- $(mkinstalldirs) $(DESTDIR)$(docdir)
20+ $(mkinstalldirs) $(DESTDIR)$(gtkdochelpdir)
21 for file in $(xml_files); do \
22- cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
23+ cp $(srcdir)/$$file $(DESTDIR)$(gtkdochelpdir); \
24 done
25 if test "$(figdir)"; then \
26- $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
27+ $(mkinstalldirs) $(DESTDIR)$(gtkdochelpdir)/$(figdir); \
28 for file in $(srcdir)/$(figdir)/*.png; do \
29 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
30- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
31+ $(INSTALL_DATA) $$file $(DESTDIR)$(gtkdochelpdir)/$(figdir)/$$basefile; \
32 done \
33 fi
34
35@@ -83,14 +83,14 @@
36 -if test "$(figdir)"; then \
37 for file in $(srcdir)/$(figdir)/*.png; do \
38 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
39- rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
40+ rm -f $(DESTDIR)$(gtkdochelpdir)/$(figdir)/$$basefile; \
41 done; \
42- rmdir $(DESTDIR)$(docdir)/$(figdir); \
43+ rmdir $(DESTDIR)$(gtkdochelpdir)/$(figdir); \
44 fi
45 -for file in $(xml_files); do \
46- rm -f $(DESTDIR)$(docdir)/$$file; \
47+ rm -f $(DESTDIR)$(gtkdochelpdir)/$$file; \
48 done
49- -rmdir $(DESTDIR)$(docdir)
50+ -rmdir $(DESTDIR)$(gtkdochelpdir)
51
52 clean-local: clean-local-doc clean-local-omf
53
001c862d
MB
54--- gnome-common-3.5.91/doc-build/omf.make.orig 2012-09-26 19:39:18.511208144 +0200
55+++ gnome-common-3.5.91/doc-build/omf.make 2012-09-26 19:42:35.930138821 +0200
56@@ -38,7 +38,7 @@ omf_timestamp: $(omffile)
83c80d5b 57 -for file in $(omffile); do \
9658b252
ŁK
58 absfile=$(srcdir)/$$file; \
59 test -r $$file && absfile=$$file; \
001c862d
MB
60- scrollkeeper-preinstall $(docdir)/$(docname).xml $$absfile $$file.out; \
61+ scrollkeeper-preinstall $(gtkdochelpdir)/$(docname).xml $$absfile $$file.out; \
83c80d5b
JB
62 done; \
63 touch omf_timestamp
64
This page took 0.090457 seconds and 4 git commands to generate.