summaryrefslogtreecommitdiffstats
path: root/ax25ipd
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 /ax25ipd
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 'ax25ipd')
-rw-r--r--ax25ipd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am
index d544855..4e5dadf 100644
--- a/ax25ipd/Makefile.am
+++ b/ax25ipd/Makefile.am
@@ -12,8 +12,8 @@ ax25ipd.8: ax25ipd.man
sed -e "s/@@@ax25ipd@@@/$$name_ax25ipd/g" \
-e "s/@@@Ax25ipd@@@/$$name_Ax25ipd/g" \
-e "s/@@@AX25IPD@@@/$$name_AX25IPD/g" \
- ax25ipd.man > ax25ipd.1.tmp && \
- mv ax25ipd.1.tmp ax25ipd.1;
+ ax25ipd.man > ax25ipd.8.tmp && \
+ mv ax25ipd.8.tmp ax25ipd.8;
ax25ipd.conf.5: ax25ipd.conf.man
name_ax25ipd=$$(echo ax25ipd | sed -e '$(transform)') \