From 4792e154b68005f85ea0e63c6724a8c8751ece23 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 13 Oct 2013 10:54:32 -0400 Subject: Convert to auto-generated ChangeLog files. Rename existing ChangeLog files so they won't be distributed. Add targets to maintMakefile to generate ChangeLog from the Git repository. This will require a version of gnulib be available. Because ChangeLog is auto-generated, we have to switch our automake mode to "foreign" or it will complain and fail. --- doc/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index ed519a1..2242259 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,14 +22,3 @@ info_TEXINFOS = make.texi make_TEXINFOS = fdl.texi make-stds.texi CLEANFILES = make*.html - -## ----------------------------- ## -## Other documentation formats. ## -## ----------------------------- ## - -html: make_1.html - -make_1.html: $(info_TEXINFOS) $(make_TEXINFOS) - $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi - -.PHONY: html -- cgit v1.2.3