diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-08-11 14:31:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-08-11 14:31:08 +0000 |
commit | f4ff4224a1576dc0cea6b5721c9b235e6443da12 (patch) | |
tree | 81005cb195bf30d3ca378c490e5950b8cffaf74e /doc | |
parent | 840a9bdb8d480d280ce739a43acd154976cfd907 (diff) |
2003-08-09 Alfred M. Szmidt <ams@kemisten.nu>
* Makefile (targets): Add hurd.info-* to list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 3821630d..91ffea92 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-09 Alfred M. Szmidt <ams@kemisten.nu> + + * Makefile (targets): Add hurd.info-* to list. + 2002-12-03 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Store I/O): Add store_set_size. diff --git a/doc/Makefile b/doc/Makefile index 22a01fac..707f3304 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1998, 1999 Free Software Foundation +# Copyright (C) 1994, 1998, 1999, 2003 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,7 +20,7 @@ makemode := misc DIST_FILES := navigating gpl.texinfo hurd.texi version.texi \ hurd.info $(wildcard hurd.info-*) -targets = hurd.info +targets = hurd.info $(wildcard hurd.info-*) installationdir = $(infodir) DVIPS = dvips |