[Lunar-commits] r14619 - moonbase/trunk/devel/arch
Terry Chan
tchan at lunar-linux.org
Sat May 7 11:11:39 UTC 2005
Author: tchan
Date: 2005-05-07 11:11:37 +0000 (Sat, 07 May 2005)
New Revision: 14619
Modified:
moonbase/trunk/devel/arch/BUILD
Log:
My apologies to florin about the html documentation. arch 1.3.2
builds the docs differently and makes it quite difficult to gather
up all the html docs now. BUT the make order is still correct
the original way and the current way NOT -- make test; default_make.
Modified: moonbase/trunk/devel/arch/BUILD
===================================================================
--- moonbase/trunk/devel/arch/BUILD 2005-05-07 10:51:20 UTC (rev 14618)
+++ moonbase/trunk/devel/arch/BUILD 2005-05-07 11:11:37 UTC (rev 14619)
@@ -9,8 +9,6 @@
make &&
prepare_install &&
make test &&
- make install &&
- mkdir -p $DOCUMENT_DIRECTORY/$MODULE/html &&
- cp $SOURCE_DIRECTORY/src/docs-tla/html/* $DOCUMENT_DIRECTORY/$MODULE/html
+ make install
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list