From a93b30ef9dcbd7c24b50e033eb9bd3ac14870e80 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 28 Sep 2001 04:37:25 +0000 Subject: [PATCH] - removed direct make html doc from texi (it is handled by automake). Changed files: autounit-no_html_doc.patch -> 1.1 --- autounit-no_html_doc.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 autounit-no_html_doc.patch diff --git a/autounit-no_html_doc.patch b/autounit-no_html_doc.patch new file mode 100644 index 0000000..5f662ed --- /dev/null +++ b/autounit-no_html_doc.patch @@ -0,0 +1,18 @@ +--- autounit-0.10.2/doc/Makefile.am~ Mon Sep 17 18:21:49 2001 ++++ autounit-0.10.2/doc/Makefile.am Fri Sep 28 06:29:08 2001 +@@ -10,15 +10,3 @@ + au-concept-index.texi + + EXTRA_DIST = $(autounit_TEXINFOS) +-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) +-doc_DATA = autounit.html +- +- +-SUFFIXES = .html +-html_docs = autounit.html +-autounit.html: autounit.info +-.texi.html: +- $(MAKEINFO) --html $< +- +-.PHONY: html +-html: version.texi $(html_docs) -- 2.44.0