# HG changeset patch # User Ruslan Ermilov # Date 1342067791 0 # Node ID 663fcbeca817e36e57cf573dd469817a7b10e7a5 # Parent 90a5a62031adcead7d102dd8cacd0bd8096fd1a7 Added module.dtd to $(ARTICLE_DEPS) so modules depend on it. diff --git a/GNUmakefile b/GNUmakefile --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,7 @@ ARTICLE_DEPS = \ xml/i18n.xml \ dtd/article.dtd \ dtd/content.dtd \ + dtd/module.dtd \ xslt/article.xslt \ xslt/dirname.xslt \ xslt/link.xslt \