[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 13 Jan 2003 00:17:24 -0000
harris41 Sun Jan 12 19:17:24 2003 EDT
Modified files:
/loncom/build Makefile
Log:
BUG 1090 PARTIAL FIX; using installfiles.lpml to help define the manifested
distribution
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.139 loncom/build/Makefile:1.140
--- loncom/build/Makefile:1.139 Wed Dec 18 12:58:28 2002
+++ loncom/build/Makefile Sun Jan 12 19:17:24 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.139 2002/12/18 17:58:28 harris41 Exp $
+# $Id: Makefile,v 1.140 2003/01/13 00:17:24 harris41 Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -498,6 +498,9 @@
perl lpml_parse.pl MANIFEST development default \
'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
cat $(SOURCE)/doc/loncapafiles/testfiles.lpml | \
+ perl lpml_parse.pl MANIFEST development default \
+ '$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
+ cat $(SOURCE)/doc/loncapafiles/installfiles.lpml | \
perl lpml_parse.pl MANIFEST development default \
'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \