summaryrefslogtreecommitdiff
path: root/lib/am/mans-vars.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-25 18:04:29 +0000
committerAkim Demaille <akim@epita.fr>2001-02-25 18:04:29 +0000
commitb8a2f0f91082fd5351755ff4877cd24542da49d3 (patch)
treea2d4992d600c3fba56741b80bc3ee0b908b51e95 /lib/am/mans-vars.am
parent7706098bf96c16d0804f0b5756509035282efad3 (diff)
downloadautomake-b8a2f0f91082fd5351755ff4877cd24542da49d3.tar.gz
* automake.in (&handle_texinfo, &handle_man_pages, &am_install_var):
Don't deal with install-data-am, install-exec-am and unstall-am. (&initialize_per_input): Add them to %dependencies. Remove %exec_dir_p since the *.am files are now in charge of it. Remove @uninstall, @install_data, @install_exec. (&handle_merge_targets): Adjust to these removals. (&file_contents): Also &transform_cond for --no-installman and --no-installinfo. (&do_one_merge_target): Add some magic to install hooks on %dependencies' targets. (%required_targets): New. (&handle_factored_dependencies): Output required targets. * data.am, header.am, java.am, libs.am, lisp.am, ltlib.am, * mans-vars.am, mans.am, progs.am, python.am, scripts.am, * texinfos.am: Declare your dependencies on install-data-am, install-exec-am and uninstall-am. * tests/instdata2.test (incldata_HEADERS): New test.
Diffstat (limited to 'lib/am/mans-vars.am')
-rw-r--r--lib/am/mans-vars.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/am/mans-vars.am b/lib/am/mans-vars.am
index 347d632b1..490e663b5 100644
--- a/lib/am/mans-vars.am
+++ b/lib/am/mans-vars.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 2001 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
@@ -15,4 +15,13 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
+
NROFF = nroff
+
+## FIXME: This is not elegant: there is more than simply variables,
+## but we take advantage of the facts that these are factored dependencies,
+## and therefore will be output here, in the variable section.
+
+.PHONY: install-man uninstall-man
+?INSTALL-MAN?install-data-am: install-man
+?INSTALL-MAN?uninstall-am: uninstall-man