Jorgen Schaefer <[EMAIL PROTECTED]> writes:

> This is my pre-release TODO list:
>
> - Add autoloads to emms-source-playlist.el

Done.

> To release emms2, I'll put up a .tar.gz and a .deb then (need to
> re-check the savannah documentation on how to upload files
> there...). And a day later, we'll release 2.1 because we forgot
> something important. :-)

Here's a Makefile rule that I use for emacs-wiki.

upload:
        (cd .. && gpg --detach emacs-wiki-$(VERSION).tar.gz && \
          gpg --detach emacs-wiki-$(VERSION).zip && \
          echo open ftp://savannah.nongnu.org > upload.lftp ; \
          echo cd /incoming/savannah/emacs-wiki >> upload.lftp ; \
          echo mput emacs-wiki-$(VERSION).zip* >> upload.lftp ; \
          echo mput emacs-wiki-$(VERSION).tar.gz* >> upload.lftp ; \
          echo close >> upload.lftp ; \
          lftp -f upload.lftp ; \
          rm -f upload.lftp)


-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Muse, Planner, ERC, EMMS
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpLJGYRjaHJz.pgp
Description: PGP signature

_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to