diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-23 20:19:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-23 20:19:13 +0000 |
commit | d581cd336b989ac11d8c1a3d38755f8a303aca24 (patch) | |
tree | 98779ca0db10f9ac25cc310c4ca3237922c426df /configure.in | |
parent | 3ffefa793558ed7181cf7a5848423c61351e6817 (diff) | |
download | emacs-d581cd336b989ac11d8c1a3d38755f8a303aca24.tar.gz |
Generate man/Makefile from man/Makefile.in.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 37c7f1ffbff..d3a5e32cf45 100644 --- a/configure.in +++ b/configure.in @@ -1259,7 +1259,7 @@ test "${exec_prefix}" != NONE && changequote([, ])dnl AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \ - lwlib/Makefile src/Makefile.in, [ + man/Makefile lwlib/Makefile src/Makefile.in, [ ### Make the necessary directories, if they don't exist. for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do |