Commit Graph

10 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
a2d884314b Some patches submitted as PR are not suitable to be committed blindly and
previous changes to this port was one of them.  This commit fixes:

- We definetely need to check the existence of ${PREFIX}/dir and generate
  it if needed before install-info gets invoked.
- Use empty definition of STRIP instead of changing every appearance
  of ${INSTALL_SCRIPT} in Makefile.in to ${INSTALL} especially since
  this port installs no files that need to be stripped.
- No need to add rule to regenerate .info file when there's one in the
  distributed Makefile.in.
- Instead of removing old piece of .info files in post-install target,
  leave it to the .texi.info: rule in the distributed Makefile.
1997-09-19 09:29:05 +00:00
Thomas Gellekum
b93837e125 Upgrade to 1.2.
PR:		4577
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-09-19 07:13:31 +00:00
Satoshi Asami
6c81b673fa Add `.' to end of info dir entry. 1997-06-17 07:23:46 +00:00
Masafumi Max NAKANE
ccf45b8efc Add @dirrm 1997-06-16 08:45:23 +00:00
Masafumi Max NAKANE
0ff29d1d41 sed -> ${SED}.
@'ed install-info related commands.
1997-06-13 20:01:42 +00:00
Masafumi Max NAKANE
40c0b7cac4 Since the dir entry for info files of many other programs has their
first words capitalized, modify automake.texi's dir entry in such way,
so that the entries in dir get sorted properly.
1997-06-13 07:20:16 +00:00
Masafumi Max NAKANE
60f3c41d2f Use install-info to add the entry for automake.info to the dir file. 1997-06-13 06:49:49 +00:00
Masafumi Max NAKANE
9ec2121eed Patch up Makefile.in so that automake.info gets regenerated appropriately. 1997-06-13 06:47:48 +00:00
Masafumi Max NAKANE
a259e6cadd Patch up automake.texi and add @dircategory. 1997-06-13 06:46:19 +00:00
Masafumi Max NAKANE
0a1869c95e New port, automake:
GNU Standards-compliant Makefile generator
PR:		3199
Submitted by:	FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
1997-05-27 16:40:49 +00:00