X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=89126d757392614e2612f6b3405274d3eb8ed60a;hb=eea2caea1263bed0aae268f72d985cbb1822ac30;hp=272c329fbed2c5ea13330630cb13107dcdfee449;hpb=213d52b0de82aa144159df657968a44cf9dafeab;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 272c329..89126d7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.14 2004-04-11 12:13:32 adam Exp $ +## $Id: Makefile.am,v 1.15 2004-04-22 18:44:33 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -57,3 +57,18 @@ index.tkl: $(XMLFILES) tkl.xsl clean-data-hook: rm -f [0-9]* *.bak +dist-hook: + for f in $(srcdir)/*.html; do \ + found=0; \ + b=`basename $$f`; \ + for h in $(HTMLFILES); do \ + if test "$$h" = "$$b"; then \ + found=1; \ + fi \ + done; \ + if test "$$found" = "0"; then \ + echo "$$h not found in HTMLFILES"; \ + exit 1; \ + fi \ + done +