diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ odt: @echo "Build finished. The ODT file is named Satzung.odt" html: - $(RST2HTML) --smart-quotes=yes --no-compact-list $(MAINFILE) $(HTMLFILE) + $(RST2HTML) --smart-quotes=yes --no-compact-list --date $(MAINFILE) $(HTMLFILE) @echo @echo "Build finished. The HTML file is named Satzung.html"