summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-14 00:55:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-14 00:55:07 +0000
commit547b3f7f6b7d55bc5e28822025df7d4d3e01da9d (patch)
tree9fcb442ee8018e3cefd96cd684cd1c8c5bd5151c /Makefile
parenta764824aac35901c841e51b47572ac4ee16353c7 (diff)
Add help for cvsstatus and cvsdiff
Cactus/273 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1468 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d00e2f1a..4029f64f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.79 2000-03-13 09:26:27 goodale Exp $
+# @version $Id: Makefile,v 1.80 2000-03-14 00:55:07 allen Exp $
# @@*/
##################################################################################
@@ -313,6 +313,10 @@ endif
@echo $(MAKE) also knows the following targets
@echo
@echo " checkout - checkout public arrangements/thorns."
+ @echo " cvsdiff - differences between installed Cactus and"
+ @echo " version in CVS repository."
+ @echo " cvsstatus - reports on status of Cactus when installed"
+ @echo " from CVS."
@echo " default - creates a new configuration with "
@echo " a default name."
@echo " distclean - deletes all existing configurations."