diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-28 13:06:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-28 13:06:27 +0200 |
commit | 69ec4c3f4e2d96d353f72d2ad845a36bb41a6509 (patch) | |
tree | e79c580fb05293823842aa385d1e3197f3c79bc0 | |
parent | 67dd635c4d3c72c2c3e6ca62482e7ef9c232f3a7 (diff) | |
download | egawk-69ec4c3f4e2d96d353f72d2ad845a36bb41a6509.tar.gz egawk-69ec4c3f4e2d96d353f72d2ad845a36bb41a6509.tar.bz2 egawk-69ec4c3f4e2d96d353f72d2ad845a36bb41a6509.zip |
Add more man pages in extension/Makefile.am.
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 3 | ||||
-rw-r--r-- | extension/Makefile.in | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 9dce32bc..57365f97 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2012-10-28 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (dist_man_MANS): Update the list. + 2012-10-26 Arnold D. Robbins <arnold@skeeve.com> * revtwoway.3am: Clean up example. diff --git a/extension/Makefile.am b/extension/Makefile.am index 445eac33..3bdc5df8 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -99,7 +99,8 @@ EXTRA_DIST = build-aux/config.rpath \ dist_man_MANS = \ filefuncs.3am fnmatch.3am fork.3am ordchr.3am \ - readdir.3am readfile.3am rwarray.3am time.3am + readdir.3am readfile.3am revoutput.3am \ + revtwoway.3am rwarray.3am time.3am # gettext requires this SUBDIRS = diff --git a/extension/Makefile.in b/extension/Makefile.in index 0ea1b86d..a8262cbc 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -486,7 +486,8 @@ EXTRA_DIST = build-aux/config.rpath \ dist_man_MANS = \ filefuncs.3am fnmatch.3am fork.3am ordchr.3am \ - readdir.3am readfile.3am rwarray.3am time.3am + readdir.3am readfile.3am revoutput.3am \ + revtwoway.3am rwarray.3am time.3am # gettext requires this |