General purpose "pretty printer" for use with LaTeX %n lgrind %v 1.4 %c * %l * %b * %d * %f pip.shsu.edu:/tex-archive/support %t lgrind.tar.gz %w misc/texmf %% # Copyright 1994 Rickard E. Faith, Kevin E. Martin, and Doug L. Hoffman # All rights reserved. # See the BOGUS.LICENSE file for distribution restrictions. if [ ! -e $BUILDDIR ]; then install -d -m 755 $BUILDDIR; fi cd $BUILDDIR rm -rf $NAME tar xvzf $SRCTARDIR/$TARFILE cd $NAME patch -p1 -s << 'EOF_MARKER' && --- lgrind/lgrind.c.rik Mon Sep 28 06:39:02 1992 +++ lgrind/lgrind.c Thu Sep 15 16:38:14 1994 @@ -342,7 +342,7 @@ printf("\\lhead[\\fancyplain{}{\\bf\\thepage}]"); printf("{\\fancyplain{}{\\bf %s}}\n", fname); - printf("\\rhead[\\fancyplain{}{\\bf %s}]"); + printf("\\rhead[\\fancyplain{}{\\bf %s}]",fname); printf("{\\fancyplain{}{\\bf\\thepage}}\n", fname); printf("\\cfoot{}\n"); EOF_MARKER make CFLAGS='-traditional -O2 -m486' DEFSFILE=/usr/lib/lgrindefs * install -m 755 lgrind $ROOTDIR/usr/bin * install -m 644 lgrindefs $ROOTDIR/usr/lib * install -d -m 755 $ROOTDIR/usr/lib/texmf/tex/latex/lgrind * install -m 644 lgrind.doc $ROOTDIR/usr/lib/texmf/tex/latex/lgrind * install -m 644 lgrind.sty $ROOTDIR/usr/lib/texmf/tex/latex/lgrind * install -m 644 fancyhead.doc $ROOTDIR/usr/lib/texmf/tex/latex/lgrind * install -m 644 fancyhead.sty $ROOTDIR/usr/lib/texmf/tex/latex/lgrind * install -m 644 lgrind.1 $ROOTDIR/usr/man/man1 * install -m 644 lgrindefs.5 $ROOTDIR/usr/man/man5 %% * usr/bin/lgrind * usr/lib/lgrindefs * usr/lib/texmf/tex/latex/lgrind/lgrind.doc * usr/lib/texmf/tex/latex/lgrind/lgrind.sty * usr/lib/texmf/tex/latex/lgrind/fancyhead.doc * usr/lib/texmf/tex/latex/lgrind/fancyhead.sty * usr/man/man1/lgrind.1 * usr/man/man5/lgrindefs.5