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:
parent
c4359c0bd2
commit
c0708481d9
31 changed files with 25 additions and 2120 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue