mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 20:34:43 +00:00
copy orig changelog to homepage
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@509 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
aa3a1b785e
commit
69e3e4488d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -66,7 +66,7 @@ VERSION-DEVEL:
|
|||
echo $(VERSION) > VERSION-DEVEL
|
||||
|
||||
upload: distclean dist files VERSION
|
||||
scp debian/changelog $(HTMLDIR)/changes.txt
|
||||
scp ChangeLog $(HTMLDIR)/changes.txt
|
||||
scp README $(HTMLDIR)/readme.txt
|
||||
scp linkchecker-out.*.gz $(HTMLDIR)
|
||||
scp VERSION $(HTMLDIR)/raw/
|
||||
|
|
@ -75,7 +75,7 @@ upload: distclean dist files VERSION
|
|||
ssh -C -t shell1.sourceforge.net "cd $(PACKAGEDIR) && make"
|
||||
|
||||
upload-devel: distclean dist VERSION-DEVEL
|
||||
scp debian/changelog $(HTMLDIR)/changes-devel.txt
|
||||
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:"
|
||||
|
|
|
|||
Loading…
Reference in a new issue