summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ff45109..8a5cbdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,9 +44,6 @@ 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
-
$(HTML_TXT_RSTDOCS) : %.html: %.txt
$(RST2HTML) $(RST2HTMLFLAGS) $< $@
$(HTML_RSTDOCS) : %.html: %