view DOCS/xml/ru/Makefile @ 25798:c8c9b4e89fb7

Surround variable declarations by preprocessor conditionals to avoid warnings: module.c:143: warning: unused variable 'typeName' module.c:948: warning: unused variable 'err'
author diego
date Mon, 21 Jan 2008 00:14:52 +0000
parents abde88225c3a
children caaabaff1fe4
line wrap: on
line source

# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css

# Change to yes to enable symlinking missing files to English master versions
USE_SYMLINKS = yes

# Dependency information.
$(HTMLDIR)/index.html: $(wildcard *.xml)
$(HTMLFILE): $(wildcard *.xml)

include ../Makefile.inc