From: Adam Dickmeiss Date: Mon, 8 Aug 2005 11:08:52 +0000 (+0000) Subject: Remove comment which issues automake warning X-Git-Tag: before.bug.529~370 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=47436e2df7f47807600ddfa0e58e5195a484ef55 Remove comment which issues automake warning --- diff --git a/doc/Makefile.am b/doc/Makefile.am index f6e6ecf..8d6f027 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.27 2005-08-05 14:39:12 marc Exp $ +## $Id: Makefile.am,v 1.28 2005-08-08 11:08:52 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -25,9 +25,6 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml -# zebrasrv-commands.xml \ - - HTMLFILES = \ administration.html apps.html configuration-file.html data-model.html \ example1.html example2.html examples.html features.html file-ids.html \ @@ -108,5 +105,3 @@ dist-hook: exit 1; \ fi \ done - -