diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-16 17:24:00 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-16 17:24:00 +0000 |
commit | 4d7fac530ce82c3dc888248234b955c04c364ada (patch) | |
tree | f0c0ddafb7f165d82d1d332e3734a9baa3fd1e7e /Makefile.am | |
parent | 597d278a3973ad411e345ab8938adf6c582da42d (diff) |
Always install text documentation, even if we're not able to build the HTML
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files 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) |