# HG changeset patch # User wight # Date 1075498362 0 # Node ID 71a4c2eb13400b27223c26af74476e31e1664ecb # Parent d9489d5581d052b1d3911195431c1a7dc3e04db7 100l for forgetting to update this. It would brake building after distclean. diff -r d9489d5581d0 -r 71a4c2eb1340 DOCS/xml/en/Makefile --- a/DOCS/xml/en/Makefile Fri Jan 30 20:10:31 2004 +0000 +++ b/DOCS/xml/en/Makefile Fri Jan 30 21:32:42 2004 +0000 @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) $(HTMLFILE): $(wildcard *.xml) + +include ../Makefile.inc diff -r d9489d5581d0 -r 71a4c2eb1340 DOCS/xml/es/Makefile --- a/DOCS/xml/es/Makefile Fri Jan 30 20:10:31 2004 +0000 +++ b/DOCS/xml/es/Makefile Fri Jan 30 21:32:42 2004 +0000 @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) $(HTMLFILE): $(wildcard *.xml) + +include ../Makefile.inc diff -r d9489d5581d0 -r 71a4c2eb1340 DOCS/xml/fr/Makefile --- a/DOCS/xml/fr/Makefile Fri Jan 30 20:10:31 2004 +0000 +++ b/DOCS/xml/fr/Makefile Fri Jan 30 21:32:42 2004 +0000 @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) $(HTMLFILE): $(wildcard *.xml) + +include ../Makefile.inc diff -r d9489d5581d0 -r 71a4c2eb1340 DOCS/xml/pl/Makefile --- a/DOCS/xml/pl/Makefile Fri Jan 30 20:10:31 2004 +0000 +++ b/DOCS/xml/pl/Makefile Fri Jan 30 21:32:42 2004 +0000 @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl $(HTMLFILE): $(wildcard *.xml) html-common.xsl + +include ../Makefile.inc diff -r d9489d5581d0 -r 71a4c2eb1340 DOCS/xml/ru/Makefile --- a/DOCS/xml/ru/Makefile Fri Jan 30 20:10:31 2004 +0000 +++ b/DOCS/xml/ru/Makefile Fri Jan 30 21:32:42 2004 +0000 @@ -1,5 +1,3 @@ -include ../Makefile.inc - # Set if you are using your own HTML stylesheet... #HTML_STYLESHEET = mystyle.css @@ -9,3 +7,5 @@ # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl $(HTMLFILE): $(wildcard *.xml) html-common.xsl + +include ../Makefile.inc