[Lunar-commits] jed: added the info version of the docs to the BUILD script.
Terry Chan
tchan at lunar-linux.org
Sun Dec 9 20:54:40 CET 2007
commit 6a2cacf6f638976679d030d49fba11be0e83d876
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun Dec 9 13:54:40 2007 -0600
jed: added the info version of the docs to the BUILD script.
---
editors/jed/BUILD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/editors/jed/BUILD b/editors/jed/BUILD
index 2fc8374..92553fb 100644
--- a/editors/jed/BUILD
+++ b/editors/jed/BUILD
@@ -5,11 +5,12 @@
./configure --build=$BUILD \
--prefix=/usr &&
make &&
- make getmail &&
+ make getmail &&
if [ "$USE_X11" == "y" ]; then
make xjed
fi &&
prepare_install &&
- make install
+ make install &&
+ cp -p info/jed.* /usr/share/info/
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list