From dee666e82a2a55fd571a4e70496e8444e9eac158 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 19 Feb 2006 15:10:04 +0000 Subject: [PATCH] Update HTMLFILES to fix 'make dist' --- doc/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 285f271..5357e3e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.39 2006-02-16 16:50:18 marc Exp $ +## $Id: Makefile.am,v 1.40 2006-02-19 15:10:04 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -50,6 +50,7 @@ HTMLFILES = \ gfs-config.html \ grs-exchange-formats.html \ grs-internal-representation.html \ + grs-record-model.html \ indexdata.html \ installation.debian.html \ installation.html \ @@ -57,8 +58,10 @@ HTMLFILES = \ introduction.html \ license.html \ locating-records.html \ + maincomponents.html \ protocol-support.html \ quick-start.html \ + record-model.html \ record-model-alvisxslt-conf.html \ record-model-alvisxslt.html \ record-model-grs-conf.html \ @@ -70,11 +73,11 @@ HTMLFILES = \ shadow-registers.html \ simple-indexing.html \ support.html \ + workflow.html \ zebra.html \ zebraidx.html - PNGFILES=zebra.png EPSFILES=zebra.eps -- 1.7.10.4