annotate DOCS/xml/cs/Makefile @ 16009:270e2e5f6b58

Synced with 1.69
author jheryan
date Tue, 19 Jul 2005 05:21:04 +0000
parents 848178a651dc
children dcf2b3c81e02
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
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
5 USE_SYMLINKS = yes
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