summaryrefslogtreecommitdiff
path: root/misc/gtktalog/files/patch-Docs::C::Makefile.in
blob: 6b596b37ab6120579f0c4d8ccfedd5e1bfad2f5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Docs/C/Makefile.in.orig	Tue Sep  2 06:57:08 2003
+++ Docs/C/Makefile.in	Mon Dec 13 14:13:46 2004
@@ -387,9 +387,6 @@
 	-rm -rf man.junk
 
 gtktalog/gtktalog.html: $(SGML_FILES)
-	-db2html gtktalog.sgml
-	-db2html man.sgml
-	-mv man/man.html gtktalog
 
 dist-hook: gtktalog/gtktalog.html
 	mkdir -p $(distdir)/gtktalog
@@ -397,7 +394,7 @@
 	-cp gtktalog/stylesheet-images/* $(distdir)/gtktalog
 
 install-data-local: gtktalog/gtktalog.html
-	$(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir)/images
+	$(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir)
 	-for file in $(srcdir)/gtktalog/*.html $(srcdir)/gtktalog/*.css $(srcdir)/gtktalog/*.gif; do \
 	basefile=`basename $$file`; \
 	$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gtktalog_helpdir)/$$basefile; \