From a42221d0519c0d89564ce7a84fff6d219b017e33 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 May 1995 12:27:45 +0000 Subject: (install-exec, install-exec): New targets. From Karl Berry. (maintainer-clean): Renamed from realclean per GNU Standards. --- doc/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.in b/doc/Makefile.in index 512a3defd..82a941692 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -56,7 +56,9 @@ fileutils.dvi: fileutils.texi version.texi texinfo.tex installdirs: $(srcdir)/../mkinstalldirs $(infodir) -install: all installdirs +install: install-exec install-data +install-exec: +install-data: all installdirs cd $(srcdir) && for file in fileutils.info; do \ $(INSTALL_DATA) $$file $(infodir)/$$file; \ done @@ -93,8 +95,8 @@ subdir = doc Makefile: ../config.status Makefile.in cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status -.PHONY: all check clean dist distclean dvi info install \ -installdirs maintainer-clean mostlyclean texclean uninstall +.PHONY: all check clean dist distclean dvi info install install-data \ +install-exec installdirs maintainer-clean mostlyclean texclean uninstall # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3-70-g09d2