comparison DOCS/xml/ru/Makefile @ 11896:71a4c2eb1340

100l for forgetting to update this. It would brake building after distclean.
author wight
date Fri, 30 Jan 2004 21:32:42 +0000
parents 6dfed0b2a300
children abde88225c3a
comparison
equal deleted inserted replaced
11895:d9489d5581d0 11896:71a4c2eb1340
1 include ../Makefile.inc
2
3 # Set if you are using your own HTML stylesheet... 1 # Set if you are using your own HTML stylesheet...
4 #HTML_STYLESHEET = mystyle.css 2 #HTML_STYLESHEET = mystyle.css
5 3
6 # Change to yes to enable symlinking missing files to English master versions 4 # Change to yes to enable symlinking missing files to English master versions
7 USE_SYMLINKS = yes 5 USE_SYMLINKS = yes
8 6
9 # Dependency information. 7 # Dependency information.
10 $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl 8 $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl
11 $(HTMLFILE): $(wildcard *.xml) html-common.xsl 9 $(HTMLFILE): $(wildcard *.xml) html-common.xsl
10
11 include ../Makefile.inc