+option zum makefile

+unbenutzte strings aus mod_html* geloescht, andere sachen angepasst, damit konformer code erzeugt wird
+schreibfehler im *css
This commit is contained in:
phil 2005-05-13 08:40:22 +00:00
parent 6d4577c698
commit 0b39b549db
3 changed files with 7 additions and 19 deletions

View file

@ -7,7 +7,7 @@ TARGET_FILES := $(foreach dir,$(DOCUMENT_NAMES),_output/$(dir).html)
ASC_FILES := $(wildcard *.asc)
LINE_STATUS = offline
LATEX2HTMLPREFIX := -no_auto_link -split 0 -no_navigation -no_subdir -dir _output -info 0 -style cryptocd.css -local_icons
LATEX2HTMLPREFIX := -no_auto_link -split 0 -no_navigation -no_subdir -dir _output -info 0 -style cryptocd.css -local_icons -address 0
.PHONY : clean online offline clean-targets install
@ -34,7 +34,7 @@ offline: LINE_STATUS=offline
online offline: clean-targets $(TARGET_FILES)
$(TARGET_FILES): $(HTML_FILES) $(ASC_FILES)
cat nav.$(LINE_STATUS).asc $(notdir $(basename $@))/$(notdir $@) footer.asc >$@
cat nav.$(LINE_STATUS).asc $(notdir $(basename $@))/$(notdir $@) >$@
# create tex files from lyx