From 677028e02b4288e170c2e84cf251263b1b2cff54 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 26 May 2006 20:28:48 +0000 Subject: [PATCH 1/1] Fixed list of HTMLFILES --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3b8db2d..df56aa4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.16 2006-05-26 20:20:51 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-05-26 20:28:48 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -26,7 +26,7 @@ HTMLFILES = architecture.html \ filterref.html \ filters.html \ future.directions.html \ - index.html + index.html \ individual.classes.html \ installation.html \ installation.debian.html \ -- 1.7.10.4