--- loncom/build/Makefile 2002/01/06 04:23:11 1.52 +++ loncom/build/Makefile 2002/01/06 04:32:39 1.53 @@ -1,21 +1,20 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.52 2002/01/06 04:23:11 harris41 Exp $ +# $Id: Makefile,v 1.53 2002/01/06 04:32:39 harris41 Exp $ DIST="default" CATEGORY="development" SOURCE="../.." TARGET="" -all: +help: @echo "*** You need to specify a valid target ***" @echo "NOTE: You can specify options to your Makefile target." @echo "(option) DIST can be redhat7.1, debian, redhat6.2, or default" @echo "(option) CATEGORY can be runtime or development" @echo "(option) SOURCE is an absolute or relative directory path" @echo "(option) TARGET is an absolute or relative directory path" - @echo "(option) DIST can be redhat7.1, debian, redhat6.2, or default" @echo "build: compile the CVS source tree" @echo "install: install from a compiled CVS source tree to a " @echo " specified TARGET destination on the filesystem"