/[auctex]/auctex/autogen.sh
ViewVC logotype

Diff of /auctex/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by dak, Sat Jun 4 09:56:27 2005 UTC revision 1.11 by angeli, Wed Jun 8 07:53:21 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  test "x${AUTOCONF}" = x && AUTOCONF=autoconf  test "x${AUTOCONF}" = x && AUTOCONF=autoconf
3  test "x${MAKEINFO}" = x && MAKEINFO=makeinfo  test "x${MAKEINFO}" = x && MAKEINFO=makeinfo
4    test "x${PERL}" = x && PERL=perl
5  ${AUTOCONF}  ${AUTOCONF}
6  rm -rf autom4te.cache  rm -rf autom4te.cache
7  cd doc  cd doc
8  make -f Makefile.in MAKEINFO="${MAKEINFO}" disttexts auctex.info  make -f Makefile.in MAKEINFO="${MAKEINFO}" PERL="$PERL" disttexts auctex.info preview-latex.info
9  cd ..  cd ..
10  cd preview  cd preview
11  export AUTOCONF  export AUTOCONF

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26