Sha256: 32223a5fbba050f63438ac5878d46c2c6999dd6ae57013e564637dd61de92505

Contents?: true

Size: 873 Bytes

Versions: 19

Compression:

Stored size: 873 Bytes

Contents

all: refman.dvi

ps: refman.ps

pdf: refman.pdf

ps_2on1: refman_2on1.ps

pdf_2on1: refman_2on1.pdf

refman.ps: refman.dvi
	dvips -o refman.ps refman.dvi

refman.pdf: refman.ps
	ps2pdf refman.ps refman.pdf

refman.dvi: clean refman.tex doxygen.sty
	echo "Running latex..."
	latex refman.tex
	echo "Running makeindex..."
	makeindex refman.idx
	echo "Rerunning latex...."
	latex refman.tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
	    do \
	      echo "Rerunning latex...." ;\
	      latex refman.tex ;\
	      latex_count=`expr $$latex_count - 1` ;\
	    done

refman_2on1.ps: refman.ps
	psnup -2 refman.ps >refman_2on1.ps

refman_2on1.pdf: refman_2on1.ps
	ps2pdf refman_2on1.ps refman_2on1.pdf

clean:
	rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gstreamer-2.0.2-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-2.0.1-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-2.0.0-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.6-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.5-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.4-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.3-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.1-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.2.0-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.9-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.8-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.7-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.6-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.5-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.4-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.3-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.2-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.1-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile
gstreamer-1.1.0-x86-mingw32 vendor/local/share/doc/libtheora-1.1.1/latex/Makefile