diff options
| author | js <devnull@localhost> | 2003-07-25 16:07:49 -0300 |
|---|---|---|
| committer | js <devnull@localhost> | 2003-07-25 16:07:49 -0300 |
| commit | 56a4ef5b2748552e9f28020a1dad9dec2119542c (patch) | |
| tree | fbdf146cdf03fc5e396f42cc21f98e3ca73de694 /dvb-spec/dvbapi/Makefile | |
| parent | b51e4627e2053a7434d1f308123a6a9b07e4e78f (diff) | |
| download | mediapointer-dvb-s2-56a4ef5b2748552e9f28020a1dad9dec2119542c.tar.gz mediapointer-dvb-s2-56a4ef5b2748552e9f28020a1dad9dec2119542c.tar.bz2 | |
added HTML target
Diffstat (limited to 'dvb-spec/dvbapi/Makefile')
| -rw-r--r-- | dvb-spec/dvbapi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dvb-spec/dvbapi/Makefile b/dvb-spec/dvbapi/Makefile index 83a5e5f7a..1158360e2 100644 --- a/dvb-spec/dvbapi/Makefile +++ b/dvb-spec/dvbapi/Makefile @@ -11,9 +11,6 @@ dvbapi.ps: dvbapi.dvi dvbapi.dvi: dvbapi.bbl $(TEXS) -latex dvbapi - -bibtex dvbapi - -makeindex dvbapi - -latex dvbapi -latex dvbapi dvbapi.bbl: $(TEXS) @@ -21,6 +18,9 @@ dvbapi.bbl: $(TEXS) -bibtex dvbapi -makeindex dvbapi +html: dvbapi.dvi + latex2html -address "LinuxTV DVB API" -long_titles 4 -split 3 dvbapi.tex + %.ps: %.fig ./fig2pstex $< @@ -28,3 +28,4 @@ clean: rm -f dvbapi.dvi rm -f *.aux *.bbl *.blg *.idx *.ilg *.ind *.log *.out *.toc rm -f *.pdf *.pst *.ps + rm -rf dvbapi |
