Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:78dbcc70e342f66a41f05f16d8c97caff1e4036c
Author...:karl <>
Committer:karl <>
Date.....:Sat Jul 15 23:07:42 2006 +0000
Parents..:50a1f093ef7c0c0a95797ab65e6d7c778726b03f

Message
[project @ 2006-07-15 23:07:42 by karl]
gnulib-tool update

Changes
diff --git a/gnulib/lib/Makefile.am b/gnulib/lib/Makefile.am
line changes: +1/-1
index 27847f8..374fb4f
--- a/gnulib/lib/Makefile.am
+++ b/gnulib/lib/Makefile.am
@@ -8,7 +8,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=build-aux --macro-prefix=gl gettext
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --doc-base=doc --aux-dir=build-aux --macro-prefix=gl gettext
 
 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 

diff --git a/gnulib/m4/gnulib-cache.m4 b/gnulib/m4/gnulib-cache.m4
line changes: +2/-1
index 70da11d..af46195
--- a/gnulib/m4/gnulib-cache.m4
+++ b/gnulib/m4/gnulib-cache.m4
@@ -15,13 +15,14 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=build-aux --macro-prefix=gl gettext
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --doc-base=doc --aux-dir=build-aux --macro-prefix=gl gettext
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_MODULES([gettext])
 gl_AVOID([])
 gl_SOURCE_BASE([gnulib/lib])
 gl_M4_BASE([gnulib/m4])
+gl_DOC_BASE([doc])
 gl_TESTS_BASE([tests])
 gl_LIB([libgnu])
 gl_MACRO_PREFIX([gl])

This website is licensed under AGPL-3.0. Feel free to copy!