stas 2002/08/06 01:48:09 Modified: bin site_build Log: docco Revision Changes Path 1.3 +11 -0 modperl-docs/bin/site_build Index: site_build =================================================================== RCS file: /home/cvs/modperl-docs/bin/site_build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- site_build 6 Aug 2002 08:40:54 -0000 1.2 +++ site_build 6 Aug 2002 08:48:09 -0000 1.3 @@ -1,5 +1,16 @@ #!/usr/bin/perl -w +# +# this script does different things depending on how it was named (or +# a symlink) if the name includes: +# force - the whole site is rebuilt +# pdf - builds pdfs +# index - builds the index +# +# the easiest way is to use symlinks to the same script +# +# by default it only updates the changed files + use strict; my $src = "/home/perlwww/apache.org/modperl-docs";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]