[Lunar-commits] CVS: moonbase/editors/aspell BUILD,1.7,1.8

Terry Chan tchan at lunar-linux.org
Wed Dec 15 03:37:56 UTC 2004


Update of /var/cvs/lunar/moonbase/editors/aspell
In directory espresso.foo-projects.org:/tmp/cvs-serv17895

Modified Files:
	BUILD 
Log Message:
Fixed this module to include a LOT of missing documentation.  The html docs are
already included in the source tarball, so I installed them.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/aspell/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	5 Oct 2003 05:33:07 -0000	1.7
+++ BUILD	15 Dec 2004 03:37:53 -0000	1.8
@@ -1,15 +1,16 @@
 (
 
-  unset CC CXX                                                   &&
   ./configure  --build=$BUILD                                    \
                --prefix=/usr                                     \
                --sysconfdir=/etc                                 \
                --localstatedir=/var                              \
-               --enable-doc-dir=/usr/share/doc/$MODULE           \
+               --enable-doc-dir=$DOCUMENT_DIRECTORY/$MODULE      \
                $OPTS                                             &&
 
   default_make                                                   &&
   cp scripts/spell scripts/ispell scripts/aspell-import /usr/bin &&
-  chmod 755 /usr/bin/ispell /usr/bin/spell
+  chmod 755 /usr/bin/ispell /usr/bin/spell                       &&
+  mkdir -p $DOCUMENT_DIRECTORY/aspell/manual                     &&
+  cp -p manual/aspell.html/* $DOCUMENT_DIRECTORY/aspell/manual/
 
 ) > $C_FIFO 2>&1 



More information about the Lunar-commits mailing list