summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:11:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:11:06 (GMT)
commit4267ac1995fe04f92c800c423b379561f752fc3a (patch)
treec3ccb56260fd150480c0076f565e3a78a64c2be9
parent1e67bfc0f3dc881c99e9301bf110b412c323e7be (diff)
downloadblt-4267ac1995fe04f92c800c423b379561f752fc3a.zip
blt-4267ac1995fe04f92c800c423b379561f752fc3a.tar.gz
blt-4267ac1995fe04f92c800c423b379561f752fc3a.tar.bz2
clean up config files
-rw-r--r--make.include30
1 files changed, 0 insertions, 30 deletions
diff --git a/make.include b/make.include
index 13e42ff..bbcb8d7 100644
--- a/make.include
+++ b/make.include
@@ -4,25 +4,6 @@ include ./make.pkgs
DIRS = $(bindir) $(libdir) $(includedir) $(datadir) man dist
-#-------------------------- cvs stuff
-
-CVSFILES = admin \
- compilers \
- BUILD.txt \
- copyright \
- ds9 \
- macosx \
- make.include \
- make.pkgs \
- mods \
- LICENSE.txt \
- tests \
- tkmacosx \
- tksao \
- tkwin \
- unix \
- win
-
#-------------------------- main
.NOTPARALLEL :
@@ -399,7 +380,6 @@ clean : dirsclean tclclean tkclean \
tclzvfsclean tclxmlclean xpaclean \
tkbltclean tktableclean tkimgclean \
tkmpegclean tkhtml1clean \
- tk$(OS)clean \
tksaoclean astclean funtoolsclean ds9clean \
localclean
@@ -477,7 +457,6 @@ distclean : tcldistclean tkdistclean \
tclzvfsdistclean tclxmldistclean xpadistclean \
tkbltdistclean tktabledistclean tkimgdistclean \
tkmpegdistclean tkhtml1distclean \
- tk$(OS)distclean \
tksaodistclean astdistclean funtoolsdistclean ds9distclean \
dirsdistclean localdistclean
@@ -540,12 +519,3 @@ tktabledistclean:
xpadistclean :
$(MAKE) -C xpa distclean
-#-------------------------- cvs
-
-.PHONY : commit update
-
-commit : scrub
- cvs commit -m "" $(CVSFILES)
-
-update : scrub
- cvs update $(CVSFILES)