automatically generate man page
[iwhd.git] / man / Makefile.am
bloba5f60517e617d66f48fe61ddd6d29f67015c96b6
1 # Automakefile for GNU diffutils man pages
3 # Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 dist_man8_MANS = iwhd.8
19 MAINTAINERCLEANFILES = $(dist_man8_MANS)
21 # Depend on configure.ac to get version number changes.
22 iwhd.8: $(top_srcdir)/configure.ac $(top_srcdir)/rest.c
23         $(AM_V_GEN) \
24           (echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' $(top_srcdir)/rest.c)|\
25           $(HELP2MAN) -i - -S '$(PACKAGE) $(VERSION)' ../iwhd | \
26           sed 's/^\.B info .*/.B info FIXME/' > $@-t && mv $@-t $@