wort geloescht
This commit is contained in:
parent
192c300c11
commit
1dd70503f0
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
DOCUMENT_NAMES=asymmetrie chaosradio copyleft index mailserviceanbieter outlook pgp_vs_gnupg senselab tb tb_einrichtung tb_enigmail thunderbirdnutzung warumverschluesselung wiefunktionierts winpt
|
DOCUMENT_NAMES=asymmetrie chaosradio copyleft index mailserviceanbieter outlook pgp_vs_gnupg senselab thunderbird thunderbirdnutzung warumverschluesselung wiefunktionierts winpt
|
||||||
|
|
||||||
# our self written documents
|
# our self written documents
|
||||||
LYX_FILES := $(foreach dir,$(DOCUMENT_NAMES),$(dir)/$(dir).lyx)
|
LYX_FILES := $(foreach dir,$(DOCUMENT_NAMES),$(dir)/$(dir).lyx)
|
||||||
|
@ -6,9 +6,9 @@ LYX_FILES := $(foreach dir,$(DOCUMENT_NAMES),$(dir)/$(dir).lyx)
|
||||||
TEX_FILES := $(patsubst %.lyx,%.tex,$(LYX_FILES))
|
TEX_FILES := $(patsubst %.lyx,%.tex,$(LYX_FILES))
|
||||||
# output files of lyx that are already processed by mod_html_files.py
|
# output files of lyx that are already processed by mod_html_files.py
|
||||||
HTML_FILES := $(patsubst %.lyx,%.html,$(LYX_FILES))
|
HTML_FILES := $(patsubst %.lyx,%.html,$(LYX_FILES))
|
||||||
# headers, navigation and footers are added (according to online/offline target)
|
# menue and footers are added (according to online/offline target)
|
||||||
TARGET_FILES := $(foreach dir,$(DOCUMENT_NAMES),_output/$(dir).html)
|
TARGET_FILES := $(foreach dir,$(DOCUMENT_NAMES),_output/$(dir).html)
|
||||||
# header, navigation and footer files
|
# menue and footer files
|
||||||
ASC_FILES := $(wildcard *.asc)
|
ASC_FILES := $(wildcard *.asc)
|
||||||
# target: online or offline (will be overriden for online target automatically)
|
# target: online or offline (will be overriden for online target automatically)
|
||||||
LINE_STATUS = offline
|
LINE_STATUS = offline
|
||||||
|
|
Loading…
Add table
Reference in a new issue