From 2af3635c4ba3d90f1c74ef9938ee049bb9147e01 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 16 Nov 2016 00:14:11 +0100 Subject: Makefile.am: man page for ax25mond thought it's talking about "call" Signed-off-by: Thomas Osterried --- ax25mond/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25mond/Makefile.am') diff --git a/ax25mond/Makefile.am b/ax25mond/Makefile.am index e60db37..0d7f576 100644 --- a/ax25mond/Makefile.am +++ b/ax25mond/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = ax25mond.man ax25mond.conf.man $(etcfiles) CLEANFILES = ax25mond.8 ax25mond.8.tmp ax25mond.conf.5 ax25mond.conf.5.tmp ax25mond.8: ax25mond.man - name_ax25mond=$$(echo call | sed -e '$(transform)') \ + name_ax25mond=$$(echo ax25mond | sed -e '$(transform)') \ name_Ax25mond=$$(echo $$name_ax25mond | sed -r 's@^(.)@\U\1\E@') && \ name_AX25MOND=$$(echo $$name_ax25mond | sed -r 's@^(.*)@\U\1\E@') && \ sed -e "s/@@@ax25mond@@@/$$name_ax25mond/g" \ @@ -17,7 +17,7 @@ ax25mond.8: ax25mond.man mv ax25mond.8.tmp ax25mond.8; ax25mond.conf.5: ax25mond.conf.man - name_ax25mond=$$(echo call | sed -e '$(transform)') \ + name_ax25mond=$$(echo ax25mond | sed -e '$(transform)') \ name_Ax25mond=$$(echo $$name_ax25mond | sed -r 's@^(.)@\U\1\E@') && \ name_AX25MOND=$$(echo $$name_ax25mond | sed -r 's@^(.*)@\U\1\E@') && \ sed -e "s/@@@ax25mond@@@/$$name_ax25mond/g" \ -- cgit v1.2.3