- Timestamp:
- Jan 4, 2004, 1:45:08 AM (17 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r310 r313 144 144 # Build LaTeX documentation? 145 145 AC_PATH_PROG(LATEX, latex, no) 146 AC_PATH_PROG(DVIPS, dvips, no) 147 if test "${DVIPS}" = "no"; then 148 LATEX="no" 149 fi 146 150 AC_MSG_CHECKING(for a4wide.sty) 147 151 if test -f /usr/share/texmf/tex/latex/misc/a4wide.sty; then 148 152 AC_MSG_RESULT(yes) 149 153 else 150 LATEX= no154 LATEX="no" 151 155 AC_MSG_RESULT(no) 152 156 fi -
libcaca/trunk/doc/Makefile.am
r310 r313 24 24 if DOXYGEN 25 25 if LATEX 26 rm -f latex/libcaca.ps 26 rm -f latex/libcaca.tex latex/libcaca.ps 27 mv latex/refman.tex latex/libcaca.tex 28 sed 's/setlength{/renewcommand{/' latex/libcaca.tex > latex/refman.tex 27 29 cd latex && $(MAKE) $(AM_CFLAGS) ps 28 30 mv latex/refman.ps latex/libcaca.ps
Note: See TracChangeset
for help on using the changeset viewer.