]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(install-exec, install-exec): New targets. From Karl Berry.
authorJim Meyering <jim@meyering.net>
Sun, 21 May 1995 12:27:45 +0000 (12:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 May 1995 12:27:45 +0000 (12:27 +0000)
(maintainer-clean): Renamed from realclean per GNU Standards.

doc/Makefile.in
lib/Makefile.in

index 512a3defd19440c0d675a322c6dcec7da9f94376..82a94169266051b461f4d51a8339d1f4b295a6dd 100644 (file)
@@ -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.
index 00f9886da2487d6da78fd3fed0762d6735394dbc..8f2f9f215f40f36f2f5c2539dfb8973c5e6e4d6e 100644 (file)
@@ -66,7 +66,7 @@ Makefile: ../config.status Makefile.in
 
 installdirs:
 
-install: all
+install install-exec install-data: all
 
 uninstall:
 
@@ -133,8 +133,8 @@ makepath.o: makepath.h
 obstack.o: obstack.h
 group-member.o: group-member.h
 
-.PHONY: all check clean dist distclean install installdirs \
-maintainer-clean mostlyclean uninstall
+.PHONY: all check clean dist distclean install install-data install-exec \
+installdirs maintainer-clean mostlyclean 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.