summaryrefslogtreecommitdiffstats
path: root/ax25mond
diff options
context:
space:
mode:
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 af5e061..271b627 100644
--- a/ax25mond/Makefile.am
+++ b/ax25mond/Makefile.am
@@ -12,8 +12,8 @@ ax25mond.8: ax25mond.man
sed -e "s/@@@ax25mond@@@/$$name_ax25mond/g" \
-e "s/@@@Ax25mond@@@/$$name_Ax25mond/g" \
-e "s/@@@AX25MOND@@@/$$name_AX25MOND/g" \
- ax25mond.man > ax25mond.1.tmp && \
- mv ax25mond.1.tmp ax25mond.1;
+ ax25mond.man > ax25mond.8.tmp && \
+ mv ax25mond.8.tmp ax25mond.8;
ax25mond.conf.5: ax25mond.conf.man
name_ax25mond=$$(echo call | sed -e '$(transform)') \