From 47436e2df7f47807600ddfa0e58e5195a484ef55 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 8 Aug 2005 11:08:52 +0000 Subject: [PATCH] Remove comment which issues automake warning --- doc/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 - - -- 1.7.10.4