From: Ben Pfaff Date: Tue, 18 Jul 2006 01:24:15 +0000 (+0000) Subject: * Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is X-Git-Tag: v0.6.0~753 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=b13f17becf74e4335c7e3206e4347cac07b38c56 * Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is required by recent gnulib. --- diff --git a/ChangeLog b/ChangeLog index 1c8f337b..f6730a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 17 18:23:38 2006 Ben Pfaff + + * Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is + required by recent gnulib. + +Sun Jul 16 19:51:45 2006 Ben Pfaff + + * Smake: Add xsize to GNULIB_MODULES. + Wed Jul 12 13:41:18 2006 Ben Pfaff * Makefile.am: Add check_PROGRAMS and define to empty. diff --git a/Smake b/Smake index 91bcffb5..33abdc1e 100644 --- a/Smake +++ b/Smake @@ -59,7 +59,7 @@ all: po/POTFILES.in touch m4/Makefile.am $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ - --import $(GNULIB_MODULES) + --doc-base=gl/doc --import $(GNULIB_MODULES) autopoint --force aclocal -I m4 -I gl/m4 autoconf