From b13f17becf74e4335c7e3206e4347cac07b38c56 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 18 Jul 2006 01:24:15 +0000 Subject: [PATCH] * Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is required by recent gnulib. --- ChangeLog | 9 +++++++++ Smake | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 2.30.2