diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-16 17:09:10 +0000 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-16 17:09:10 +0000 |
| commit | 0557d5bdcf90dc79ed3662144d8ecd1df28e5dcf (patch) | |
| tree | e33b772a2eae53463184eaea812837a44c364b26 /Makefile.am | |
| parent | 3504ac8bc098b5872be747c151f304bbe80d2131 (diff) | |
| download | dbus-python-0557d5bdcf90dc79ed3662144d8ecd1df28e5dcf.tar.gz | |
Remove generated HTML documentation on distclean
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dd5dac7..cb0a47f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,6 +127,8 @@ HTML_RSTDOCS = README.html NEWS.html TODO.html dist_doc_DATA = $(TXT_RSTDOCS) $(RSTDOCS) nodist_doc_DATA = $(HTML_TXT_RSTDOCS) $(HTML_RSTDOCS) +CLEANFILES += $(nodist_doc_DATA) + RST2HTMLFLAGS = --generator --date --time --exit-status=2 \ --cloak-email-addresses --no-raw --no-file-insertion |
