diff options
author | Darin Adler <darin@src.gnome.org> | 2002-01-09 18:35:28 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-01-09 18:35:28 +0000 |
commit | bfb2d1b25cc92238a617ec6ab52cf4a297609584 (patch) | |
tree | dca8db531eb2251b44e8f2c8957259dd93d93985 | |
parent | 1042379d6d37a0f4060ce40891abf2f99c4d49ce (diff) | |
download | libgtop-bfb2d1b25cc92238a617ec6ab52cf4a297609584.tar.gz |
Fix build breakage caused by bad MAKEINFO change.libgtop-MARTIN-HEAD
* Makefile.am: Fix build breakage caused by bad MAKEINFO change.
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6e782705..632e17fe 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,8 +1,6 @@ -2001-10-13 Bastien Nocera <hadess@hadess.net> +2002-01-09 Darin Adler <darin@bentspoon.com> - reviewed by: <delete if not using a buddy> - - * Makefile.am: + * Makefile.am: Fix build breakage caused by bad MAKEINFO change. 2000-02-05 Martin Baulig <martin@home-of-linux.org> diff --git a/doc/Makefile.am b/doc/Makefile.am index 65740f7b..fc89838b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ libgtop_TEXINFOS = libgtop.texi about.texi reference.texi \ auto-macros.texi version.texi main.texi \ white-paper.texi internals.texi -MAKEINFO = -I @libgtop_top_builddir@/doc +MAKEINFO = @MAKEINFO@ -I @libgtop_top_builddir@/doc EXTRA_DIST = auto-macros.texi.in |