Browse Source

* Output refman.log in case of build error.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
642193e136
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Makefile.am

+ 1
- 1
doc/Makefile.am View File

@@ -29,7 +29,7 @@ if USE_LATEX
rm -f latex/libcaca.tex latex/libcaca.pdf
mv latex/refman.tex latex/libcaca.tex
sed 's/setlength{/renewcommand{/' latex/libcaca.tex > latex/refman.tex
cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf
cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1)
mv latex/refman.pdf latex/libcaca.pdf
touch stamp-latex
endif


Loading…
Cancel
Save