summaryrefslogtreecommitdiffstats
path: root/ax25mond
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2016-11-16 00:14:11 +0100
committerThomas Osterried <ax25@x-berg.in-berlin.de>2016-11-16 00:14:11 +0100
commit2af3635c4ba3d90f1c74ef9938ee049bb9147e01 (patch)
tree116562e528bd57aaa667134a73877bf80883e56c /ax25mond
parent77c645cc3584903222eeaf81f72e7101c966117b (diff)
Makefile.am: man page for ax25mond thought it's talking about "call"
Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
Diffstat (limited to 'ax25mond')
-rw-r--r--ax25mond/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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" \