mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 06:00:40 +01:00
tex.mk: Add dependencies for target xdvi
This commit is contained in:
parent
9f7068db8c
commit
6da60caac7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ dirs: dirs.done
|
||||||
arch:
|
arch:
|
||||||
test $(shell uname -s) = Linux
|
test $(shell uname -s) = Linux
|
||||||
|
|
||||||
xdvi:
|
xdvi: $(TEXSRC)
|
||||||
@echo "-- running latex just once ..."
|
@echo "-- running latex just once ..."
|
||||||
latex $(MAIN).tex
|
latex $(MAIN).tex
|
||||||
xdvi $(MAIN).dvi
|
xdvi $(MAIN).dvi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue