From 26be2ee2aac79ee2ff9602a24dbf3dd28825f90f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mar 23 2010 11:37:15 +0000 Subject: Drop the "archive" Makefile target. 2010-03-23 Miloslav Trmač * Makefile.am (archive): Drop, the target requires a specific gnulib checkout. --- diff --git a/ChangeLog b/ChangeLog index 6c24321..4e5b4fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-03-23 Miloslav Trmač + * Makefile.am (archive): Drop, the target requires a specific gnulib + checkout. + * configure.ac: Release 2.10. * NEWS: Update. diff --git a/Makefile.am b/Makefile.am index eed0820..0ec559f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,11 +19,3 @@ force-tag: tag: cd $(top_srcdir); hg tag $(HGTAG) - -archive: - rm -fr /tmp/$(PACKAGE)-export-tmp - hg clone -r $(HGTAG) $(abs_top_srcdir) /tmp/$(PACKAGE)-export-tmp - cd /tmp/$(PACKAGE)-export-tmp; autoreconf -fis ; ./configure; make dist - mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.bz2 . - rm -fr /tmp/$(PACKAGE)-export-tmp - @echo Package is in \"$(PACKAGE)-$(VERSION).tar.bz2\".