Newer
Older
TAG = partiview-`date +%Y-%m-%d-%H%M`
#TAG = partiview-2000-11-29
EDIR = partiview-$(VERSION)
EFILE = $(EDIR).tar.gz
RDIR = teuben@apus:/apus1/nemo/local/www/amnh
# things to export
FILES = HISTORY Makefile VERSION README.FIRST
@echo 'Try "make build" to rebuild src, if you already ran "configure".'
@echo Exportdir = $(EDIR)
build:
(cd src; make depend; make)
dist:
rm -rf $(EDIR)
cvs -q tag $(TAG)
cvs -q export -r $(TAG) -d $(EDIR) partiview
tar -zcf $(EFILE) $(EDIR)
rm -rf $(EDIR)