comparison DOCS/xml/cs/Makefile @ 16564:dcf2b3c81e02

Symlinks are not needed any more.
author jheryan
date Fri, 23 Sep 2005 08:05:45 +0000
parents 848178a651dc
children 03e8eec6e104
comparison
equal deleted inserted replaced
16563:301b3ae331f2 16564:dcf2b3c81e02
1 # Set if you are using your own HTML stylesheet... 1 # Set if you are using your own HTML stylesheet...
2 #HTML_STYLESHEET = mystyle.css 2 #HTML_STYLESHEET = mystyle.css
3 3
4 # 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
5 USE_SYMLINKS = yes 5 USE_SYMLINKS = no
6 6
7 # Dependency information. 7 # Dependency information.
8 $(HTMLDIR)/index.html: $(wildcard *.xml) 8 $(HTMLDIR)/index.html: $(wildcard *.xml)
9 $(HTMLFILE): $(wildcard *.xml) 9 $(HTMLFILE): $(wildcard *.xml)
10 10