diff options
author | hunold <devnull@localhost> | 2004-04-23 03:38:10 -0300 |
---|---|---|
committer | hunold <devnull@localhost> | 2004-04-23 03:38:10 -0300 |
commit | 8d72af7c80177c51843d0b0326d0a4a01099cb04 (patch) | |
tree | f96a57115b4fc9c3e8b81b0e20eb071205c65949 /dvb-spec/dvbapi | |
parent | e09b3f6768a32a3ac714c8a44fa5ec64f986a41f (diff) | |
download | mediapointer-dvb-s2-8d72af7c80177c51843d0b0326d0a4a01099cb04.tar.gz mediapointer-dvb-s2-8d72af7c80177c51843d0b0326d0a4a01099cb04.tar.bz2 |
- standard dvips sends output to the default printer! use "-o $@" to send it
to the destination file instead. (ever wondered who prints out the dvb
api regularly on your laser printer? ;-)
Diffstat (limited to 'dvb-spec/dvbapi')
-rw-r--r-- | dvb-spec/dvbapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvb-spec/dvbapi/Makefile b/dvb-spec/dvbapi/Makefile index 1158360e2..6d349c80d 100644 --- a/dvb-spec/dvbapi/Makefile +++ b/dvb-spec/dvbapi/Makefile @@ -4,10 +4,10 @@ TEXS= dvbapi.tex devices.tex video.tex audio.tex ca.tex net.tex frontend.tex \ demux.tex kdapi.tex examples.tex intro.tex title.tex dvbstb.ps dvbapi.pdf: dvbapi.dvi - dvipdf $< + dvipdf -f $< -o $@ dvbapi.ps: dvbapi.dvi - dvips $< + dvips -f $< -o $@ dvbapi.dvi: dvbapi.bbl $(TEXS) -latex dvbapi |