annotate DOCS/xml/ru/Makefile @ 24861:a974b051e8cc

Comment out unused variable, fixes the warning: dvb_tune.c:43: warning: 'dvb_secdev' defined but not used
author diego
date Tue, 30 Oct 2007 08:44:15 +0000
parents abde88225c3a
children caaabaff1fe4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9717
080540b4f5e2 Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
1 # Set if you are using your own HTML stylesheet...
080540b4f5e2 Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
2 #HTML_STYLESHEET = mystyle.css
080540b4f5e2 Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
3
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9717
diff changeset
4 # Change to yes to enable symlinking missing files to English master versions
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9717
diff changeset
5 USE_SYMLINKS = yes
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9717
diff changeset
6
9717
080540b4f5e2 Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
7 # Dependency information.
20924
abde88225c3a Output UTF-8 instead of legacy encodings by default.
diego
parents: 11896
diff changeset
8 $(HTMLDIR)/index.html: $(wildcard *.xml)
abde88225c3a Output UTF-8 instead of legacy encodings by default.
diego
parents: 11896
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