mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 05:00:41 +00:00
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:
parent
b13c27dd35
commit
a8c01c8483
1 changed files with 0 additions and 11 deletions
11
Makefile
11
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue