comparison DOCS/xml/es/Makefile @ 28466:b70a583014e4

bruteforce partial sync with obsolete documentation removal
author diego
date Mon, 09 Feb 2009 20:02:04 +0000
parents 71a4c2eb1340
children 03e8eec6e104
comparison
equal deleted inserted replaced
28465:26c1df953188 28466:b70a583014e4
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 = no 5 USE_SYMLINKS = yes
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