diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: -rm -rf Satzung.odt Satzung.html odt: - $(RST2ODT) --stylesheet=$(ODTSTYLESHEET) --no-sections --smart-quotes=yes --create-links $(MAINFILE) $(ODTFIlE) + $(RST2ODT) --stylesheet=$(ODTSTYLESHEET) --no-sections --strip-comments --smart-quotes=yes --create-links $(MAINFILE) $(ODTFIlE) @echo @echo "Build finished. The ODT file is named Satzung.odt"