mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
tex.mk: Dvips does not print automatically anymore
This commit is contained in:
parent
e5c07949e2
commit
3931c0a810
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ $(OUT).html.zip: $(HTMLDIR)
|
|||
|
||||
$(OUTPUT).ps: $(OUTPUT).dvi
|
||||
@echo "-- creating postscript file"
|
||||
dvips $<
|
||||
dvips -f $< > $(OUTPUT).ps
|
||||
|
||||
$(OUT).ps.zip: $(OUTPUT).ps
|
||||
zip $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue