From 818d3be90f385c043dd39c8214553438703273a1 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 26 Jan 2001 10:30:50 +0000 Subject: [PATCH] New target 'upload' (for the maintainer only) --- SRC/Makefile.am | 8 ++++++++ SRC/Makefile.in | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/SRC/Makefile.am b/SRC/Makefile.am index a11ddcb..61fe070 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -14,6 +14,14 @@ MORE_TESTS=test-echoping-crypto test: check tests: check +upload: dist + @echo "Have you updated ChangeLog and tagged everything?" + @echo "If so, make upload-force" + +upload-force: dist + scp $(distdir).tar.gz ftp.internatif.org:'~ftp/pub/unix/echoping' + ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz + EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS) $(MORE_TESTS) ## Otherwise, we depend on GNUmake, but for CVS users, not for regular diff --git a/SRC/Makefile.in b/SRC/Makefile.in index 1fd6760..1ecec6a 100644 --- a/SRC/Makefile.in +++ b/SRC/Makefile.in @@ -466,6 +466,14 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean test: check tests: check +upload: dist + @echo "Have you updated ChangeLog and tagged everything?" + @echo "If so, make upload-force" + +upload-force: dist + scp $(distdir).tar.gz ftp.internatif.org:'~ftp/pub/unix/echoping' + ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: