--- freem/Makefile.am 2025/05/02 12:44:47 1.13 +++ freem/Makefile.am 2025/05/05 14:26:57 1.15 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.13 2025/05/02 12:44:47 snw Exp $ +# $Id: Makefile.am,v 1.15 2025/05/05 14:26:57 snw Exp $ # automake rules for freem # # @@ -24,6 +24,12 @@ # along with FreeM. If not, see . # # $Log: Makefile.am,v $ +# Revision 1.15 2025/05/05 14:26:57 snw +# Add documentation TODO file +# +# Revision 1.14 2025/05/02 16:25:45 snw +# -m +# # Revision 1.13 2025/05/02 12:44:47 snw # Documentation updates # @@ -63,9 +69,9 @@ # ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src doc -dist_doc_DATA = README.md doc/freem.1 doc/fmadm.8 doc/env.conf.5 doc/freem.conf.5 doc/freem_history.txt doc/freem_history.pdf doc/freem_history.ps +dist_doc_DATA = README.md doc/freem.1 doc/fmadm.8 doc/env.conf.5 doc/freem.conf.5 doc/freem_history.txt doc/freem_history.pdf doc/freem_history.ps doc/freem_conformance.1 doc/TODO -man1_MANS = doc/freem.1 +man1_MANS = doc/freem.1 doc/freem_conformance.1 man5_MANS = doc/env.conf.5 doc/freem.conf.5 man8_MANS = doc/fmadm.8 info_TEXINFOS = doc/freem.texi