From 4d7fac530ce82c3dc888248234b955c04c364ada Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 16 Jan 2007 17:24:00 +0000 Subject: [PATCH] Always install text documentation, even if we're not able to build the HTML --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6103cef..6f01a1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,13 +118,13 @@ ChangeLog: always-rebuild fi; \ fi -if ENABLE_DOCS TXT_RSTDOCS = doc/tutorial.txt API_CHANGES.txt HACKING.txt -HTML_TXT_RSTDOCS = doc/tutorial.html API_CHANGES.html HACKING.html RSTDOCS = README NEWS TODO -HTML_RSTDOCS = README.html NEWS.html TODO.html - dist_doc_DATA = $(TXT_RSTDOCS) $(RSTDOCS) + +if ENABLE_DOCS +HTML_TXT_RSTDOCS = doc/tutorial.html API_CHANGES.html HACKING.html +HTML_RSTDOCS = README.html NEWS.html TODO.html nodist_doc_DATA = $(HTML_TXT_RSTDOCS) $(HTML_RSTDOCS) CLEANFILES += $(nodist_doc_DATA) -- 2.11.4.GIT