summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-11-20 00:59:39 +0000
committerReuben Thomas <rrt@sc3d.org>2013-11-20 15:17:39 +0000
commit714f2a2cef287c51dfd0b49fad0b8d8830565993 (patch)
treed4c6342687090c990a43a469b948b89244b19c0e /man
parentdf0edd45cb72e06b95e83484974da3722e5ffcdf (diff)
use none-recursive make
* .gitignore: update paths * Makefile.am: collect build rules to this file * bootstrap.conf: use new module * build-aux/.gitignore: ignore new module * configure.ac: remove old Makefiles * contrib/Makefile.am: remove * doc/Makefile.am: remove * doc/local.mk: add texi rules * lib/local.mk: add phony target * src/Makefile.am: remove
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
deleted file mode 100644
index b59e945..0000000
--- a/man/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-# Makefile.am for hello/man.
-#
-# Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-man_MANS = hello.1
-EXTRA_DIST = $(man_MANS)
-MAINTAINERCLEANFILES = $(man_MANS)
-
-# The man pages depend on the --help strings and the version number.
-common_mandeps = $(top_srcdir)/configure.ac
-
-# Depend on the source, not the binary; we don't need to regenerate the
-# binary when any source file changes, only the main one.
-# Use -o so that the `missing' program can infer the output file.
-hello.1: $(top_srcdir)/src/hello.c $(common_mandeps)
- $(HELP2MAN) --name="friendly greeting program" ../src/hello -o $@