[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Wed, 08 May 2002 21:06:09 -0000
harris41 Wed May 8 17:06:09 2002 EDT
Modified files:
/loncom/build Makefile
Log:
cleaning out deprecated targets and fixing tar invocation flag
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.101 loncom/build/Makefile:1.102
--- loncom/build/Makefile:1.101 Wed May 8 16:23:36 2002
+++ loncom/build/Makefile Wed May 8 17:06:09 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.101 2002/05/08 20:23:36 harris41 Exp $
+# $Id: Makefile,v 1.102 2002/05/08 21:06:09 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -403,48 +403,6 @@
exit 1; \
fi
-documentation_tree: cvsreport
- install -d docs
- install $(SOURCE)/doc/build/cvsreport.html docs/cvsreport.html
- install $(SOURCE)/doc/build/doc.html docs/index.html
- install -d docs/hardware
- install $(SOURCE)/doc/hardware/hardware.html \
- docs/hardware/hardware.html
- install -d docs/3.1
- install $(SOURCE)/doc/build/install.html docs/3.1/index.html
- install $(SOURCE)/doc/build/instructions_with_cd.html \
- docs/3.1/instructions_with_cd.html
- install $(SOURCE)/doc/build/libraryserverconfiguration.gif \
- docs/3.1/libraryserverconfiguration.gif
- install $(SOURCE)/doc/build/librarysystemsettings.gif \
- docs/3.1/librarysystemsettings.gif
- install -d docs/cvsupgrade
- install $(SOURCE)/doc/build/cvsupgrade.html docs/cvsupgrade/index.html
- install -d docs/upgrade
- install $(SOURCE)/doc/build/upgrade.html docs/upgrade/index.html
- install -d docs/reconfig
- install $(SOURCE)/doc/build/reconfig.html docs/reconfig/index.html
- install -d docs/3.1/otherfiles
- install $(SOURCE)/doc/otherfiles/rpm_list.txt \
- docs/3.1/otherfiles/rpm_list.txt
- install $(SOURCE)/doc/build/loncapanetwork.html \
- docs/loncapanetwork.html
- install $(SOURCE)/doc/build/loncapanfs.html docs/loncapanfs.html
- install $(SOURCE)/doc/build/loncapaappleshares.html \
- docs/loncapaappleshares.html
- install $(SOURCE)/doc/build/loncapasqldatabase.html \
- docs/loncapasqldatabase.html
- install $(SOURCE)/doc/build/loncapapasswords.html \
- docs/loncapapasswords.html
- install $(SOURCE)/doc/build/loncapapasswordauthentication.html \
- docs/loncapapasswordauthentication.html
- install $(SOURCE)/doc/build/loncapatimesync.html \
- docs/loncapatimesync.html
- install $(SOURCE)/doc/build/loncapamathequivalency.html \
- docs/loncapamathequivalency.html
- tar czvf install.lon-capa.org_docs.tar.gz docs
- rm -Rf docs
-
tardist:
cat $(SOURCE)/doc/loncapafiles/buildfiles.lpml | \
perl lpml_parse.pl MANIFEST development default \
@@ -484,13 +442,11 @@
MANIFEST_loncapa; \
ln -s . $(DIRTARGET); \
tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \
- -czf -h loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ]
+ -h -czf loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ]
cat $(SOURCE)/WARNINGS | \
xargs --replace=XXX echo '**** WARNING **** XXX' > WARNINGS
rm -f $(SOURCE)/WARNINGS
make warningnote
-
-cvsreport:
clean:
rm -f $(SOURCE)/README