From 7e5449f267caffdc5a57da4df1660890be76e368 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 22 Jan 2006 00:24:10 +0000 Subject: [PATCH] Fixed 'make dist' by including all HTML files in HTMLFILES. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index a95728b..56a4c3b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.30 2006-01-18 14:00:54 marc Exp $ +## $Id: Makefile.am,v 1.31 2006-01-22 00:24:10 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -34,11 +34,13 @@ HTMLFILES = \ apps.html \ architecture.html \ configuration-file.html \ + data-model.html \ example1.html \ example2.html \ examples.html \ features.html \ file-ids.html \ + formats.html \ future.html \ generic-ids.html \ grs-exchange-formats.html \ @@ -48,6 +50,7 @@ HTMLFILES = \ installation.debian.html \ installation.html \ installation.win32.html \ + internal-representation.html \ introduction.html \ license.html \ locating-records.html \ -- 1.7.10.4