remove -devel stuff

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1092 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-12-07 10:38:05 +00:00
parent b13c27dd35
commit a8c01c8483

View file

@ -77,9 +77,6 @@ files: locale localbuild
VERSION:
echo $(VERSION) > VERSION
VERSION-DEVEL:
echo $(VERSION) > VERSION-DEVEL
upload: distclean dist files VERSION homepage
ncftpput upload.sourceforge.net /incoming dist/*
@ -90,13 +87,6 @@ homepage:
cp VERSION $(HTMLDIR)/raw/
cp $(MD5SUMS) $(HTMLDIR)/
upload-devel: distclean dist VERSION-DEVEL
scp ChangeLog $(HTMLDIR)/changes-devel.txt
scp VERSION-DEVEL $(HTMLDIR)/raw/
#scp dist/* $(HTMLDIR)/
ncftpput upload.sourceforge.net /incoming dist/* && read -p "Make new SF file releases and then press Enter:"
ssh -C -t shell1.sourceforge.net "cd $(PACKAGEDIR) && make"
test:
$(TEST) $(OFFLINETESTS)
@ -114,4 +104,3 @@ tar: distclean
.PHONY: all clean cleandeb distclean files upload test timeouttest locale
.PHONY: onlinetest config dist deb_local deb_signed deb_unsigned tar
.PHONY: upload-devel