annotate DOCS/xml/cs/Makefile @ 18892:d851f1841bc8

Sync to svn up to 27.6.2006
author jheryan
date Tue, 04 Jul 2006 09:10:28 +0000
parents dcf2b3c81e02
children 03e8eec6e104
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
1 # Set if you are using your own HTML stylesheet...
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
2 #HTML_STYLESHEET = mystyle.css
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
3
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
4 # Change to yes to enable symlinking missing files to English master versions
16564
dcf2b3c81e02 Symlinks are not needed any more.
jheryan
parents: 14351
diff changeset
5 USE_SYMLINKS = no
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
6
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
7 # Dependency information.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
8 $(HTMLDIR)/index.html: $(wildcard *.xml)
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
9 $(HTMLFILE): $(wildcard *.xml)
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
10
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
11 include ../Makefile.inc