summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-29 12:49:50 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-29 12:49:50 +0200
commitc50e1b65ccd8c935a01d72a1baf124a97740bdce (patch)
tree91909e750e04cdfa2ffa67df939076b54bd43140 /cfg.mk
parentf191c4c88422d008ad624206fa065719070ff8b2 (diff)
downloadlibtasn1-c50e1b65ccd8c935a01d72a1baf124a97740bdce.tar.gz
libtasn1-c50e1b65ccd8c935a01d72a1baf124a97740bdce.tar.bz2
libtasn1-c50e1b65ccd8c935a01d72a1baf124a97740bdce.zip
Fix release target.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 518ccbf..b8ef461 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -53,11 +53,10 @@ upload:
build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.gz
scp $(distdir).tar.gz $(distdir).tar.gz.sig igloo.linux.gr:~ftp/pub/gnutls/libtasn1/
ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/libtasn1/ && sha1sum *.tar.gz > CHECKSUMS'
- cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
+ cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/gnutls/$(PACKAGE)/
make webdocs
webdocs:
cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual $(PACKAGE) "$(PACKAGE_NAME)"
cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
- cd $(htmldir) && \
- cvs commit -m "Update." manual/ reference/
+ cd $(htmldir) && cvs commit -m "Update." manual/ reference/