Skip to content

Commit

Permalink
Add target for instant publishing
Browse files Browse the repository at this point in the history
ncftpput is used to push all packages to my webspace. Don't get your
hopes up, the credentials are not part of the repository...
  • Loading branch information
JochenHoch2 committed May 21, 2010
1 parent 0e8ccfa commit af1dd05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -46,6 +46,9 @@ deb: doc
rpm: doc
cd packages && ./mkrpm.sh

publish: clean rpm deb tar
cd packages && ncftpput -f ~/.ftp /linux/downloads gsm-ussd*

clean:
rm -f docs/*.man
rm -f packages/*.deb
Expand Down

0 comments on commit af1dd05

Please sign in to comment.