[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Thu, 02 May 2002 16:56:20 -0000
harris41 Thu May 2 12:56:20 2002 EDT
Modified files:
/loncom/build Makefile
Log:
need to pipe in loncapafiles.lpml
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.94 loncom/build/Makefile:1.95
--- loncom/build/Makefile:1.94 Thu May 2 10:48:14 2002
+++ loncom/build/Makefile Thu May 2 12:56:20 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.94 2002/05/02 14:48:14 harris41 Exp $
+# $Id: Makefile,v 1.95 2002/05/02 16:56:20 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -363,6 +363,7 @@
cat $(SOURCE)/doc/loncapafiles/testfiles.lpml | \
perl lpml_parse.pl MANIFEST development default \
'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
+ cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
perl lpml_parse.pl MANIFEST development default \
'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
cd $(SOURCE); find . -type f -name 'Entries' | grep 'CVS/Entries' >> \