umstrukturiert
This commit is contained in:
parent
0f4ffbba36
commit
54e2684ea1
33 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
LATEX2HTMLPREFIX := -no_auto_link -split 0 -init_file ../_scripts/latex2html-init -no_navigation -no_subdir
|
||||
LATEX2HTMLPREFIX := -no_auto_link -split 0 -init_file ../../convert-scripts/latex2html-init -no_navigation -no_subdir
|
||||
|
||||
# output of lyx
|
||||
TEX_FILES := $(patsubst %.lyx,%.tex,$(wildcard *.lyx))
|
||||
|
@ -43,7 +43,7 @@ $(NEW_INDEXES_UNPATCHED): %-unpatched.html: %.tex
|
|||
latex2html $(LATEX2HTMLPREFIX) $*.tex
|
||||
-rm WARNINGS $*-labels.pl $*-internals.pl $*.css 2>/dev/null
|
||||
mv $*.html $*-unpatched.html
|
||||
python ../_scripts/mod_html_files.py $@
|
||||
python ../../convert-scripts/mod_html_files.py $@
|
||||
|
||||
|
||||
# patch original html-files with online or offline files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue