]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-xml_build_fix.patch
- ooops, small fix
[packages/gdm2.20.git] / gdm-xml_build_fix.patch
1 --- gdm-2.2.5.5/docs/eu/Makefile.am~    Sun Jan  4 00:42:39 2004
2 +++ gdm-2.2.5.5/docs/eu/Makefile.am     Sun Jan  4 00:42:39 2004
3 @@ -14,17 +14,18 @@
4         -cd $(srcdir) && cp gdm/index.html gdm.html
5  
6  gdm/index.html: $(SGML_FILES)
7 -       -cd $(srcdir) && db2html gdm.sgml
8 +       -cd $(srcdir) && db2html gdm.sgml; \
9 +       ln -s book1.html gdm/index.html
10  
11  dist-hook:
12         mkdir $(distdir)/gdm
13 -       -cp $(srcdir)/gdm/*.html gdm/*.css $(distdir)/gdm
14 +       -cp $(srcdir)/gdm/*.html $(distdir)/gdm
15         -cp $(srcdir)/gdm.html $(distdir)
16         -cp $(srcdir)/gdm.html $(distdir)/gdm/index.html
17  
18  install-data-local: gdm.html
19         $(mkinstalldirs) $(DESTDIR)$(gdm_helpdir)/images
20 -       -for file in $(srcdir)/gdm/*.html $(srcdir)/gdm/*.css; do \
21 +       -for file in $(srcdir)/gdm/*.html; do \
22         basefile=`basename $$file`; \
23         $(INSTALL_DATA) $$file $(DESTDIR)$(gdm_helpdir)/$$basefile; \
24         done
This page took 0.192805 seconds and 3 git commands to generate.