annotate DOCS/xml/es/Makefile @ 29100:1bdda4f68f5f

Avoid spurious rebuilds on svn up. The check to find out if the header file changed compared two lines to one, which would result in false positive updates.
author cehoyos
date Sat, 04 Apr 2009 19:50:57 +0000
parents b70a583014e4
children 03e8eec6e104
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10196
cd4a6d3040fc Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
diff changeset
1 # Set if you are using your own HTML stylesheet...
cd4a6d3040fc Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
diff changeset
2 #HTML_STYLESHEET = mystyle.css
cd4a6d3040fc Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
diff changeset
3
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10196
diff changeset
4 # Change to yes to enable symlinking missing files to English master versions
28466
b70a583014e4 bruteforce partial sync with obsolete documentation removal
diego
parents: 11896
diff changeset
5 USE_SYMLINKS = yes
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10196
diff changeset
6
10196
cd4a6d3040fc Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
diff changeset
7 # Dependency information.
cd4a6d3040fc Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
diff changeset
8 $(HTMLDIR)/index.html: $(wildcard *.xml)
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11092
diff changeset
9 $(HTMLFILE): $(wildcard *.xml)
11896
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
10
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
11 include ../Makefile.inc