--- freem/Makefile.am 2025/04/03 15:51:17 1.10 +++ freem/Makefile.am 2025/04/17 17:57:34 1.11 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.10 2025/04/03 15:51:17 snw Exp $ +# $Id: Makefile.am,v 1.11 2025/04/17 17:57:34 snw Exp $ # automake rules for freem # # @@ -24,6 +24,9 @@ # along with FreeM. If not, see . # # $Log: Makefile.am,v $ +# Revision 1.11 2025/04/17 17:57:34 snw +# Major updates to man pages +# # Revision 1.10 2025/04/03 15:51:17 snw # Add fmadm man page and apply minor updates to freem man page # @@ -54,9 +57,10 @@ # ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src doc -dist_doc_DATA = README.md doc/freem.1 doc/fmadm.8 +dist_doc_DATA = README.md doc/freem.1 doc/fmadm.8 doc/env.conf.5 man1_MANS = doc/freem.1 +man5_MANS = doc/env.conf.5 man8_MANS = doc/fmadm.8 info_TEXINFOS = doc/freem.texi