diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-20 06:05:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-20 06:05:20 +0200 |
commit | 1b260c0cb01f009057e1ebd362e8a3c4f41772e2 (patch) | |
tree | 0df937789ae2b32620e2b509af3babf851fd01ec | |
parent | e099abb7786b66f3385deb1f55b1d58c83a0a8ba (diff) | |
download | egawk-1b260c0cb01f009057e1ebd362e8a3c4f41772e2.tar.gz egawk-1b260c0cb01f009057e1ebd362e8a3c4f41772e2.tar.bz2 egawk-1b260c0cb01f009057e1ebd362e8a3c4f41772e2.zip |
Include inplace.3am in list of manual pages.
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 4 | ||||
-rw-r--r-- | extension/Makefile.in | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index d0664ac9..0293ae99 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2013-11-17 Dmitry V. Levin <ldv@altlinux.org> + + * Makefile.am (dist_man_MANS): Add inplace.3am. + 2013-10-23 Michael Haubenwallner <michael.haubenwallner@salomon.at> Fix portability for AIX. diff --git a/extension/Makefile.am b/extension/Makefile.am index 7b52b14b..6ecffabc 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -110,8 +110,8 @@ EXTRA_DIST = build-aux/config.rpath \ README.fts dist_man_MANS = \ - filefuncs.3am fnmatch.3am fork.3am ordchr.3am \ - readdir.3am readfile.3am revoutput.3am \ + filefuncs.3am fnmatch.3am fork.3am inplace.3am \ + ordchr.3am readdir.3am readfile.3am revoutput.3am \ revtwoway.3am rwarray.3am time.3am # gettext requires this diff --git a/extension/Makefile.in b/extension/Makefile.in index 8d0a2869..ee55d65b 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -548,8 +548,8 @@ EXTRA_DIST = build-aux/config.rpath \ README.fts dist_man_MANS = \ - filefuncs.3am fnmatch.3am fork.3am ordchr.3am \ - readdir.3am readfile.3am revoutput.3am \ + filefuncs.3am fnmatch.3am fork.3am inplace.3am \ + ordchr.3am readdir.3am readfile.3am revoutput.3am \ revtwoway.3am rwarray.3am time.3am |