From e45252cc5a7eb85734848ccba12756710e6b0edb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 30 Nov 2006 14:24:45 +0000 Subject: Removed included gettext and updated latest gettext --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d0c29ea..40e2136 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,14 +17,19 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -SUBDIRS = intl m4 src tests po lang - ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in +SUBDIRS = m4 src tests po lang + + dist-hook: sed -e 's/@pkg_version@/$(VERSION)/g' \ $(top_srcdir)/libgpg-error.spec.in > $(distdir)/libgpg-error.spec @set -e; echo "$(VERSION)" > $(distdir)/VERSION + +stowinstall: + $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgpg-error + -- cgit v1.2.3