[clhp-cvs] CVS update: clhp/Makefile
Anthony Ventimiglia
aventimiglia at common-lisp.net
Thu Nov 13 03:57:04 UTC 2003
Update of /project/clhp/cvsroot/clhp
In directory common-lisp.net:/tmp/cvs-serv7141
Modified Files:
Makefile
Log Message:
Commenting out more for new installation
Date: Wed Nov 12 22:57:04 2003
Author: aventimiglia
Index: clhp/Makefile
diff -u clhp/Makefile:1.18 clhp/Makefile:1.19
--- clhp/Makefile:1.18 Wed Nov 12 22:40:15 2003
+++ clhp/Makefile Wed Nov 12 22:57:03 2003
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 2003/11/13 03:40:15 aventimiglia Exp $
+# $Id: Makefile,v 1.19 2003/11/13 03:57:03 aventimiglia Exp $
#
# CLHP the Common Lisp Hypertext Preprocessor
# (C) 2003 Anthony J Ventimiglia
@@ -94,7 +94,7 @@
# makefile most likeley will not match the cvs version ID in
# clhp.lisp, since they depend on their own file's cvs date keyword.
-CVSID=$(shell echo $Date: 2003/11/13 03:40:15 $ | \
+CVSID=$(shell echo $Date: 2003/11/13 03:57:03 $ | \
awk '{print $$2}'| sed s/\\///g )cvs
VERSION=$(CVSID)
@@ -160,7 +160,7 @@
install-dirs:
# $(INSTALLDIR) $(LIBDIR)
$(INSTALLDIR) $(COREDIR)
- $(INSTALLDIR) $(BINDIR)
+# $(INSTALLDIR) $(BINDIR)
$(INSTALLDIR) $(DOCDIR)
install-source-dirs:
More information about the Clhp-cvs
mailing list