File: autogen.sh

package info (click to toggle)
preview-latex 0.9.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,072 kB
  • ctags: 301
  • sloc: lisp: 4,169; sh: 403; makefile: 291; perl: 88
file content (9 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
if test -z "$AUTOCONF"
then autoconf
else $AUTOCONF
fi
rm -rf autom4te.cache
cd doc
make -f Makefile.in MAKEINFO=makeinfo PERL=perl disttexts preview-latex.info
cd ..