浏览代码

* Output refman.log in case of build error.

tags/v0.99.beta14
Sam Hocevar sam 17 年前
父节点
当前提交
642193e136
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      doc/Makefile.am

+ 1
- 1
doc/Makefile.am 查看文件

@@ -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


正在加载...
取消
保存