Fixed 'make dist' by including all HTML files in HTMLFILES.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 22 Jan 2006 00:24:10 +0000 (00:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 22 Jan 2006 00:24:10 +0000 (00:24 +0000)
doc/Makefile.am

index a95728b..56a4c3b 100644 (file)
@@ -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 \