Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 543870 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- a/doc/Makefile.am
0
++ b/doc/Makefile.am
Lines 27-36 endif Link Here
27
stamp-latex: stamp-doxygen
27
stamp-latex: stamp-doxygen
28
if BUILD_DOCUMENTATION
28
if BUILD_DOCUMENTATION
29
if USE_LATEX
29
if USE_LATEX
30
	rm -f latex/libcaca.tex latex/libcaca.pdf
30
	rm -f latex/libcaca.pdf
31
	mv latex/refman.tex latex/libcaca.tex
32
	sed 's/setlength{/renewcommand{/' latex/libcaca.tex \
33
	  | sed 's/.*usepackage.*times.*//' > latex/refman.tex
34
	cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1)
31
	cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1)
35
	mv latex/refman.pdf latex/libcaca.pdf
32
	mv latex/refman.pdf latex/libcaca.pdf
36
	touch stamp-latex
33
	touch stamp-latex

Return to bug 543870