Changeset - 85e345282a88
[Not reviewed]
default
3 1 3
Dennis Fink - 10 years ago 2014-08-04 23:38:19
dennis.fink@c3l.lu
Moved stuff around
4 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
HTML/Satzung.html
Show inline comments
 
file renamed from Satzung.html to HTML/Satzung.html
Makefile
Show inline comments
 
@@ -15,11 +15,11 @@ clean:
 
	-rm -rf Satzung.odt Satzung.html
 

	
 
odt:
 
	$(RST2ODT) --stylesheet=$(ODTSTYLESHEET) --no-sections --strip-comments --smart-quotes=yes --create-links $(MAINFILE) $(ODTFIlE)
 
	$(RST2ODT) --stylesheet=$(ODTSTYLESHEET) --no-sections --strip-comments --smart-quotes=yes --create-links $(MAINFILE) ./ODT/$(ODTFIlE)
 
	@echo
 
	@echo "Build finished. The ODT file is named Satzung.odt"
 

	
 
html:
 
	$(RST2HTML) --smart-quotes=yes --no-compact-list --date $(MAINFILE) $(HTMLFILE)
 
	$(RST2HTML) --smart-quotes=yes --no-compact-list --date $(MAINFILE) ./HTML/$(HTMLFILE)
 
	@echo
 
	@echo "Build finished. The HTML file is named Satzung.html"
ODT/Satzung.odt
Show inline comments
 
file renamed from Satzung.odt to ODT/Satzung.odt
PDF/Satzung.pdf
Show inline comments
 
file renamed from Satzung.pdf to PDF/Satzung.pdf
0 comments (0 inline, 0 general)