From: Peter Verthez Date: Fri, 1 Nov 2002 13:46:54 +0000 (+0000) Subject: Let gomxref.html depend on the generating script. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=1cf48191249776e09860fb40d6391777154d41a3;p=gedcom-parse.git Let gomxref.html depend on the generating script. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 54f46d1..dcb10d3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,6 +13,6 @@ DISTCLEANFILES = $(GENERATED_DOC_FILES) doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES) -gomxref.html: $(srcdir)/../include/gom.h +gomxref.html: $(srcdir)/../include/gom.h make_gom_xref srcdir=$(srcdir); export srcdir; \ perl $(srcdir)/make_gom_xref