annotate DOCS/xml/cs/Makefile @ 16141:23c43acebe1b

Little fixes
author wight
date Thu, 28 Jul 2005 18:42:00 +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