Olaf Kirch: Network Administrator Guide 1.0 %n nag %v 1.0 %c * %l * %b * %d * %f sunsite.unc.edu:/pub/Linux/docs/LDP %t nag-1.0.src.tar.gz %w LDP Note: I do not know $WHERE to store the LDP books and the HOWTOS. Note: These .Notes are only building the DVI file. Still problems with the "Contents" table and the pagination; I do not know wether this is a bug in the $TARFILE or not. On the other hand the "Index" seems to be OK. PS.: BTW all the docs should be gzip'ed; Info files, too. %% # This Notes file is in the PUBLIC DOMAIN. # Contributed by Karl Eichwalder . if [ ! -e $BUILDDIR ]; then mkdir -p $BUILDDIR; fi cd $BUILDDIR rm -rf $NAME-$VERSION mkdir -p $NAME-$VERSION cd $NAME-$VERSION tar xvzf $SRCTARDIR/$TARFILE cd TheGuide patch -s -p1 << 'EO_PATCH' && --- Config.tex Wed Aug 17 22:29:49 1994 +++ Config.tex-KE Sun Oct 23 20:23:06 1994 @@ -48,3 +48,3 @@ % version. -\ltxbetatrue +\ltxbetafalse \fi @@ -64,3 +64,3 @@ % readable. -\squeezefalse +\squeezetrue EO_PATCH make * if [ ! -d $ROOTDIR/usr/doc/LDP ]; then mkdir $ROOTDIR/usr/doc/LDP; fi %doc nag.dvi ../COPYING ../README ../Thanks ../nag-1.0.lsm exit %%