From 0ca2053a27bdfe4333749369f01df8a9973cb6db Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 9 May 1999 13:16:44 +0000 Subject: [PATCH] One should ship the documentation of a package together with the tarball, 1999-05-09 Martin Baulig * doc: One should ship the documentation of a package together with the tarball, so I added this back. --- ChangeLog | 5 +++++ Makefile.am | 2 +- configure.in | 1 + doc/Makefile.am | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 doc/Makefile.am diff --git a/ChangeLog b/ChangeLog index f4b6487a..0150027b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-09 Martin Baulig + + * doc: One should ship the documentation of a package together with + the tarball, so I added this back. + 1999-05-08 Martin Baulig * include/glibtop/limits.h (GLIBTOP_MAX_GROUPS): Define this here. diff --git a/Makefile.am b/Makefile.am index efe69a9b..c11bdd71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ support = support endif SUBDIRS = po intl $(support) macros misc include sysdeps lib src \ - $(examples_SUBDIRS) + $(examples_SUBDIRS) doc include_HEADERS = glibtop.h diff --git a/configure.in b/configure.in index e36801c2..51696359 100644 --- a/configure.in +++ b/configure.in @@ -411,5 +411,6 @@ src/daemon/Makefile src/inodedb/Makefile lib/Makefile examples/Makefile +doc/Makefile support/Makefile macros/Makefile]) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..d5ad3c2e --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,2 @@ +info_TEXINFOS = libgtop.texi +