X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=baa2bb23bf2652e56cde2a835fafaf233c34b287;hp=4d7c76270b3ebb7d18037e43be1cf9cd84fa436a;hb=95bbaf6c4ee0a2886e1b46cf6b37cee001cc2651;hpb=fc1109697ba85291047348453030e22a7b969a82 diff --git a/doc/Makefile.am b/doc/Makefile.am index 4d7c762..baa2bb2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.6 2004-04-20 23:52:50 adam Exp $ +## $Id: Makefile.am,v 1.7 2004-04-22 18:47:02 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -69,3 +69,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 +