chaosradios und ausLese entfernt

cc-lizenz ins root-Verzeichnis geschoben
neue make-targets: "doku-release" und "release" anstelle von "small" und "big"
This commit is contained in:
lars 2005-12-12 23:26:52 +00:00
parent c4359c0bd2
commit c0708481d9
31 changed files with 25 additions and 2120 deletions

View file

@ -58,11 +58,11 @@ online offline: $(TARGET_FILES)
# add headers, navigation and footers
$(TARGET_FILES): $(HTML_FILES) $(ASC_FILES)
cat $(shell find -name $(notdir $@)) footer.asc >$@
cat $(shell find -name $(notdir $@) | grep -v "_output") footer.asc >$@
# create tex files from lyx
$(TEX_FILES): menue.inc $(LYX_FILES)
lyx-qt -e latex $*.lyx
lyx -e latex $*.lyx
# original html-files, as they are created by lyx