From 9c5d19c2d73c437d3ae38ec164aa9beb32e1e306 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 10 Jan 2012 21:38:11 +0000 Subject: Fix man page generation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 . --- ax25ipd/Makefile.am | 4 ++-- ax25mond/Makefile.am | 4 ++-- ax25rtd/Makefile.am | 8 ++++---- 3 files changed, 8 insertions(+), 8 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)') \ 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)') \ 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)') \ -- cgit v1.2.3