[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Fri, 26 Apr 2002 13:20:08 -0000
harris41 Fri Apr 26 09:20:08 2002 EDT
Modified files:
/loncom/build Makefile
Log:
need Apache doc directory in MANIFEST for tardist target
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.84 loncom/build/Makefile:1.85
--- loncom/build/Makefile:1.84 Thu Apr 25 18:43:07 2002
+++ loncom/build/Makefile Fri Apr 26 09:20:08 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.84 2002/04/25 22:43:07 harris41 Exp $
+# $Id: Makefile,v 1.85 2002/04/26 13:20:08 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -366,6 +366,7 @@
echo 'doc/man' >> $(SOURCE)/MANIFEST
echo 'doc/lib' >> $(SOURCE)/MANIFEST
echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST
+ echo 'doc/lib/perl/Apache' >> $(SOURCE)/MANIFEST
echo 'doc/scripts' >> $(SOURCE)/MANIFEST
echo '#!/bin/sh' > $(SOURCE)/UPDATE
echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE