summaryrefslogtreecommitdiffstats
path: root/ax25rtd
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-01-10 21:38:11 +0000
committerRalf Baechle <ralf@linux-mips.org>2012-01-10 21:38:11 +0000
commit9c5d19c2d73c437d3ae38ec164aa9beb32e1e306 (patch)
tree0a2eeea43515ad6f0c4626fb40e13b22949b9d19 /ax25rtd
parente62afa7359d9734e57a843beac68cea138fd19cc (diff)
Fix man page generation.
Since the recent conversion from static to generated man pages some man pages were generated with a wrong section suffix which was breaking installation. Noticed and fixed by Steffen Köhler <sk4@mail.zih.tu-dresden.de>.
Diffstat (limited to 'ax25rtd')
-rw-r--r--ax25rtd/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am
index 05fa820..9361c88 100644
--- a/ax25rtd/Makefile.am
+++ b/ax25rtd/Makefile.am
@@ -17,8 +17,8 @@ ax25rtd.8: ax25rtd.man
-e "s/@@@ax25rtctl@@@/$$name_ax25rtctl/g" \
-e "s/@@@Ax25rtctl@@@/$$name_Ax25rtctl/g" \
-e "s/@@@AX25RTCTL@@@/$$name_AX25RTCTL/g" \
- ax25rtd.man > ax25rtd.1.tmp && \
- mv ax25rtd.1.tmp ax25rtd.1;
+ ax25rtd.man > ax25rtd.8.tmp && \
+ mv ax25rtd.8.tmp ax25rtd.8;
ax25rtctl.8: ax25rtctl.man
name_ax25rtd=$$(echo ax25rtd | sed -e '$(transform)') \
@@ -33,8 +33,8 @@ ax25rtctl.8: ax25rtctl.man
-e "s/@@@ax25rtctl@@@/$$name_ax25rtctl/g" \
-e "s/@@@Ax25rtctl@@@/$$name_Ax25rtctl/g" \
-e "s/@@@AX25RTCTL@@@/$$name_AX25RTCTL/g" \
- ax25rtctl.man > ax25rtctl.1.tmp && \
- mv ax25rtctl.1.tmp ax25rtctl.1;
+ ax25rtctl.man > ax25rtctl.8.tmp && \
+ mv ax25rtctl.8.tmp ax25rtctl.8;
ax25rtd.conf.5: ax25rtd.conf.man
name_ax25rtd=$$(echo ax25rtd | sed -e '$(transform)') \