From 8141f628ec2c7dc5b632ae47f59653d0781dcacb Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Tue, 7 Mar 2000 22:18:02 +0000 Subject: [PATCH] * Makefile.in, contrib/mm/Makefile.sub, src/preproc/eqn/Makefile.sub, src/roff/groff/Makefile.sub, src/roff/nroff/Makefile.sub, src/utils/afmtodit/Makefile.sub: Use $(INSTALL_SCRIPT) for script files. --- ChangeLog | 7 +++++++ Makefile.in | 2 ++ contrib/mm/Makefile.sub | 2 +- src/preproc/eqn/Makefile.sub | 2 +- src/roff/grog/Makefile.sub | 2 +- src/roff/nroff/Makefile.sub | 2 +- src/utils/afmtodit/Makefile.sub | 2 +- 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 264da737..4fa48b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-03-07 OKAZAKI Tetsurou + + * Makefile.in, contrib/mm/Makefile.sub, src/preproc/eqn/Makefile.sub, + src/roff/groff/Makefile.sub, src/roff/nroff/Makefile.sub, + src/utils/afmtodit/Makefile.sub: Use $(INSTALL_SCRIPT) for script + files. + 2000-03-07 Werner LEMBERG * doc/groff.texinfo: Spelling fixes. diff --git a/Makefile.in b/Makefile.in index 968435bb..bf82df6f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -199,6 +199,7 @@ LIBM=@LIBM@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ +INSTALL_SCRIPT=@INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ LN_S=@LN_S@ AR=ar @@ -278,6 +279,7 @@ MDEFINES= \ "RANLIB=$(RANLIB)" \ "AR=$(AR)" \ "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ + "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ "INSTALL_DATA=$(INSTALL_DATA)" \ "ETAGS=$(ETAGS)" \ "ETAGSFLAGS=$(ETAGSFLAGS)" \ diff --git a/contrib/mm/Makefile.sub b/contrib/mm/Makefile.sub index fca8f297..4aa1efd0 100644 --- a/contrib/mm/Makefile.sub +++ b/contrib/mm/Makefile.sub @@ -31,7 +31,7 @@ install_m: install_mmroff : mmroff -test -d $(bindir) || $(mkinstalldirs) $(bindir) -rm -f $(bindir)/mmroff - $(INSTALL_PROGRAM) mmroff $(bindir)/mmroff + $(INSTALL_SCRIPT) mmroff $(bindir)/mmroff mmroff: mmroff.pl -rm -f $@ diff --git a/src/preproc/eqn/Makefile.sub b/src/preproc/eqn/Makefile.sub index eaafe2dd..828854b1 100644 --- a/src/preproc/eqn/Makefile.sub +++ b/src/preproc/eqn/Makefile.sub @@ -51,7 +51,7 @@ neqn: neqn.sh install_data: neqn -rm -f $(bindir)/$(NAMEPREFIX)neqn - $(INSTALL_PROGRAM) neqn $(bindir)/$(NAMEPREFIX)neqn + $(INSTALL_SCRIPT) neqn $(bindir)/$(NAMEPREFIX)neqn uninstall_sub: -rm -f $(bindir)/$(NAMEPREFIX)neqn diff --git a/src/roff/grog/Makefile.sub b/src/roff/grog/Makefile.sub index e1c53e17..4f867a3a 100644 --- a/src/roff/grog/Makefile.sub +++ b/src/roff/grog/Makefile.sub @@ -16,7 +16,7 @@ grog: grog.pl grog.sh install_data: grog -test -d $(bindir) || $(mkinstalldirs) $(bindir) -rm -f $(bindir)/grog - $(INSTALL_PROGRAM) grog $(bindir)/grog + $(INSTALL_SCRIPT) grog $(bindir)/grog uninstall_sub: -rm -f $(bindir)/grog diff --git a/src/roff/nroff/Makefile.sub b/src/roff/nroff/Makefile.sub index 275db4d1..fa6bc4dc 100644 --- a/src/roff/nroff/Makefile.sub +++ b/src/roff/nroff/Makefile.sub @@ -12,7 +12,7 @@ nroff: nroff.sh install_data: nroff -test -d $(bindir) || $(mkinstalldirs) $(bindir) -rm -f $(bindir)/$(NAMEPREFIX)nroff - $(INSTALL_PROGRAM) nroff $(bindir)/$(NAMEPREFIX)nroff + $(INSTALL_SCRIPT) nroff $(bindir)/$(NAMEPREFIX)nroff uninstall_sub: -rm -f $(bindir)/$(NAMEPREFIX)nroff diff --git a/src/utils/afmtodit/Makefile.sub b/src/utils/afmtodit/Makefile.sub index c27b2b80..9fee2def 100644 --- a/src/utils/afmtodit/Makefile.sub +++ b/src/utils/afmtodit/Makefile.sub @@ -15,7 +15,7 @@ afmtodit: afmtodit.pl install_data: afmtodit -test -d $(bindir) || $(mkinstalldirs) $(bindir) -rm -f $(bindir)/afmtodit - $(INSTALL_PROGRAM) afmtodit $(bindir)/afmtodit + $(INSTALL_SCRIPT) afmtodit $(bindir)/afmtodit uninstall_sub: -rm -f $(bindir)/afmtodit -- 2.11.4.GIT