From: Adam Dickmeiss Date: Sun, 22 Jan 2006 00:24:10 +0000 (+0000) Subject: Fixed 'make dist' by including all HTML files in HTMLFILES. X-Git-Tag: before.bug.529~263 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=7e5449f267caffdc5a57da4df1660890be76e368 Fixed 'make dist' by including all HTML files in HTMLFILES. --- 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 \