diff --git a/Satzung.html b/HTML/Satzung.html
rename from Satzung.html
rename to HTML/Satzung.html
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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"
diff --git a/Satzung.odt b/ODT/Satzung.odt
rename from Satzung.odt
rename to ODT/Satzung.odt
diff --git a/Satzung.pdf b/PDF/Satzung.pdf
rename from Satzung.pdf
rename to PDF/Satzung.pdf