diff options
author | js <devnull@localhost> | 2003-02-10 10:18:16 -0200 |
---|---|---|
committer | js <devnull@localhost> | 2003-02-10 10:18:16 -0200 |
commit | 622f6e3335a0dd1a97cdaee9913c1f105f3e36fa (patch) | |
tree | 742b8730686ad6dca1ae87a06514a6eb52bb2dcf /dvb-spec/dvbapi/Makefile | |
parent | 76715ed624559f5d635cc50f74df12a8ac2ad977 (diff) | |
download | mediapointer-dvb-s2-622f6e3335a0dd1a97cdaee9913c1f105f3e36fa.tar.gz mediapointer-dvb-s2-622f6e3335a0dd1a97cdaee9913c1f105f3e36fa.tar.bz2 |
- merged GNU FDL lincense from NEWSTRUCT branch
- updated from DVB_API_VERSION 3
- various minor fixes/additions
- bumped version number to 1.0.0-pre1 to match wth upcoming
linuxtv-dvb driver release
Diffstat (limited to 'dvb-spec/dvbapi/Makefile')
-rw-r--r-- | dvb-spec/dvbapi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dvb-spec/dvbapi/Makefile b/dvb-spec/dvbapi/Makefile index fe9827cff..83a5e5f7a 100644 --- a/dvb-spec/dvbapi/Makefile +++ b/dvb-spec/dvbapi/Makefile @@ -1,13 +1,13 @@ all: dvbapi.ps dvbapi.pdf -TEXS= dvbapi.tex devices.tex video.tex audio.tex ca.tex sec.tex frontend.tex \ - intro.tex title.tex dvbstb.ps +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 $< dvbapi.ps: dvbapi.dvi - dvips -o $@ $< + dvips $< dvbapi.dvi: dvbapi.bbl $(TEXS) -latex dvbapi |