# HG changeset patch # User Ruslan Ermilov # Date 1341392191 0 # Node ID f9207a33992f905cd349a7a243650557ebe8ea51 # Parent 8fbf3376062e4dcc1ea35f814bac4c2dd5fa34b1 Added missing dependency on i18n.xml. diff --git a/GNUmakefile b/GNUmakefile --- a/GNUmakefile +++ b/GNUmakefile @@ -39,6 +39,7 @@ endef ARTICLE_DEPS = \ xml/menu.xml \ xml/versions.xml \ + xml/i18n.xml \ dtd/article.dtd \ dtd/content.dtd \ xslt/article.xslt \ @@ -56,6 +57,7 @@ ARTICLE_DEPS = \ NEWS_DEPS = \ xml/menu.xml \ xml/versions.xml \ + xml/i18n.xml \ dtd/news.dtd \ dtd/content.dtd \ xslt/news.xslt \ @@ -70,6 +72,7 @@ NEWS_DEPS = \ DOWNLOAD_DEPS = \ xml/menu.xml \ xml/versions.xml \ + xml/i18n.xml \ dtd/article.dtd \ dtd/content.dtd \ xslt/download.xslt \ @@ -84,6 +87,7 @@ DOWNLOAD_DEPS = \ SECURITY_DEPS = \ xml/menu.xml \ xml/versions.xml \ + xml/i18n.xml \ dtd/article.dtd \ dtd/content.dtd \ xslt/security.xslt \ @@ -98,6 +102,7 @@ SECURITY_DEPS = \ BOOK_DEPS = \ xml/menu.xml \ xml/versions.xml \ + xml/i18n.xml \ dtd/article.dtd \ dtd/content.dtd \ xslt/books.xslt \