mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tex.mk: Now index.html is the top level link
This commit is contained in:
parent
12c6f7956e
commit
66dac60ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ $(HTMLDIR): $(TEXSRC) $(FMT_OFFLINE_OUT) $(PRE_HTML)
|
|||
mkdir -p $@
|
||||
latex2html -split 4 -show_section_numbers -dir $(HTMLDIR) $(MAIN).tex
|
||||
for OLD in $(HTMLDIR)/*.html; do \
|
||||
sed "s/file:\/usr\/lib\/latex2html\/icons\///g; s/$(MAIN).html/node1.html/g;" $$OLD>$$OLD.new; \
|
||||
sed "s/file:\/usr\/lib\/latex2html\/icons\///g; s/$(MAIN).html/index.html/g;" $$OLD>$$OLD.new; \
|
||||
mv $$OLD.new $$OLD; \
|
||||
done
|
||||
rm $(HTMLDIR)/$(MAIN).html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue