@@ -17,9 +17,9 @@ clean:
odt:
$(RST2ODT) --stylesheet=$(ODTSTYLESHEET) --no-sections --smart-quotes=yes --create-links $(MAINFILE) $(ODTFIlE)
@echo
@echo "Build finished. The ODT file is named Satzung.odt"
html:
$(RST2HTML) --smart-quotes=yes --no-compact-list $(MAINFILE) $(MAINFILE)
$(RST2HTML) --smart-quotes=yes --no-compact-list $(MAINFILE) $(HTMLFILE)
@echo "Build finished. The HTML file is named Satzung.html"
Status change: