From 944f383430e291f13aa73ab48ea736c96b944ef7 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 27 Oct 2010 14:58:02 +0200 Subject: [PATCH] Smake: Add a rule to update the gl directory without doing all the other stuff --- Smake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Smake b/Smake index 3ca1187520..7855ce1e98 100644 --- a/Smake +++ b/Smake @@ -104,6 +104,13 @@ all: autoheader automake --add-missing --copy --no-force +gnulib: + $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ + --source-base=gl --lib=libgl --tests-base=tests \ + --doc-base=gl/doc --aux-dir=build-aux --import \ + --libtool $(GNULIB_MODULES) + + gettextize: test -d m4 || mkdir m4 touch m4/Makefile.am -- 2.30.2