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