Changeset - 9e771261af48
[Not reviewed]
default
0 3 0
Dennis Fink - 10 years ago 2014-08-04 20:08:12
dennis.fink@c3l.lu
Added date to html document
3 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -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"
Satzung.html
Show inline comments
 
@@ -839,5 +839,10 @@ der (A)MV bestimmt.</p>
 
</ol>
 
</div>
 
</div>
 
<div class="footer">
 
<hr class="footer" />
 
Generated on: 2014-08-04.
 

	
 
</div>
 
</body>
 
</html>
Satzung.odt
Show inline comments
 
binary diff not shown
0 comments (0 inline, 0 general)