File diff de7e9d14eb55 → 63278c4b994b
Makefile
Show inline comments
 
@@ -12,13 +12,13 @@ help:
 
	@echo "  odt  to make a ODT version"
 

	
 
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"
 

	
 
html:
 
	$(RST2HTML) --smart-quotes=yes --no-compact-list $(MAINFILE) $(HTMLFILE)
 
	@echo