mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-27 01:44:34 +00:00
Switch to gnupload module
* bootstrap.conf: use gnupload module. * (RELEASE_TYPE): Define, as maint.mk expects it to be defined. (tell-upload): Remove obsolete target.
This commit is contained in:
parent
e6da0b81bf
commit
107e1cecfc
13
Makefile.am
13
Makefile.am
@ -31,8 +31,10 @@ EXTRA_DIST = \
|
||||
if ALPHA_VERSION
|
||||
EXTRA_DIST += README-alpha
|
||||
GNU_SERVER = alpha.gnu.org
|
||||
RELEASE_TYPE = alpha
|
||||
else
|
||||
GNU_SERVER = ftp.gnu.org
|
||||
RELEASE_TYPE = stable
|
||||
endif
|
||||
|
||||
EXTRA_DIST += $(top_srcdir)/.version
|
||||
@ -51,14 +53,3 @@ gen-ChangeLog:
|
||||
rm -f $(distdir)/ChangeLog; \
|
||||
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
||||
fi
|
||||
|
||||
tell-upload:
|
||||
echo; \
|
||||
(echo "Upload with: "; \
|
||||
for archive in $(DIST_ARCHIVES); do \
|
||||
echo "gnupload --to $(GNU_SERVER):patch $$archive"; \
|
||||
done) | \
|
||||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'; \
|
||||
echo
|
||||
upload: dist tell-upload
|
||||
uploadcheck: distcheck tell-upload
|
||||
|
||||
@ -38,6 +38,7 @@ getopt-gnu
|
||||
gettime
|
||||
gitlog-to-changelog
|
||||
git-version-gen
|
||||
gnupload
|
||||
hash
|
||||
ignore-value
|
||||
intprops
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user