nlopess Mon Jan 12 14:09:12 2004 EDT
Modified files: /livedocs .cvsignore configure.in Log: delete .htaccess after install Index: livedocs/.cvsignore diff -u livedocs/.cvsignore:1.9 livedocs/.cvsignore:1.10 --- livedocs/.cvsignore:1.9 Mon Jan 12 09:40:00 2004 +++ livedocs/.cvsignore Mon Jan 12 14:09:11 2004 @@ -9,4 +9,3 @@ .*.swp autom4te.cache diff -.htaccess Index: livedocs/configure.in diff -u livedocs/configure.in:1.10 livedocs/configure.in:1.11 --- livedocs/configure.in:1.10 Sun Jan 11 08:51:46 2004 +++ livedocs/configure.in Mon Jan 12 14:09:11 2004 @@ -1,5 +1,5 @@ ## A configure script -## $Id: configure.in,v 1.10 2004/01/11 13:51:46 goba Exp $ +## $Id: configure.in,v 1.11 2004/01/12 19:09:11 nlopess Exp $ AC_PREREQ(2.13) AC_INIT(livedoc.css) @@ -62,6 +62,7 @@ else echo "Copying livedoc files to $OUTPUTDIR..." cp common.php config.php livedoc-index.php .htaccess $OUTPUTDIR + rm -f .htaccess ln -sf $LIVEDOCS/livedoc.php $OUTPUTDIR/index.php ln -sf $LIVEDOCS/search.php $OUTPUTDIR/search.php ln -sf $LIVEDOCS/livedoc.css $OUTPUTDIR/livedoc.css