summaryrefslogtreecommitdiff
path: root/devel/automake19 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some patches submitted as PR are not suitable to be committed blindly andMasafumi Max NAKANE1997-09-192-44/+16
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=7962
* Upgrade to 1.2.Thomas Gellekum1997-09-195-47/+112
| | | | | | | | PR: 4577 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=7961
* Add `.' to end of info dir entry.Satoshi Asami1997-06-171-1/+1
| | | | Notes: svn path=/head/; revision=6978
* Add @dirrmMasafumi Max NAKANE1997-06-161-0/+1
| | | | Notes: svn path=/head/; revision=6959
* sed -> ${SED}.Masafumi Max NAKANE1997-06-131-4/+4
| | | | | | | @'ed install-info related commands. Notes: svn path=/head/; revision=6917
* Since the dir entry for info files of many other programs has theirMasafumi Max NAKANE1997-06-131-1/+10
| | | | | | | | first words capitalized, modify automake.texi's dir entry in such way, so that the entries in dir get sorted properly. Notes: svn path=/head/; revision=6903
* Use install-info to add the entry for automake.info to the dir file.Masafumi Max NAKANE1997-06-132-1/+10
| | | | Notes: svn path=/head/; revision=6902
* Patch up Makefile.in so that automake.info gets regenerated appropriately.Masafumi Max NAKANE1997-06-131-0/+8
| | | | Notes: svn path=/head/; revision=6901
* Patch up automake.texi and add @dircategory.Masafumi Max NAKANE1997-06-131-0/+10
| | | | Notes: svn path=/head/; revision=6900
* New port, automake:Masafumi Max NAKANE1997-05-275-0/+71
GNU Standards-compliant Makefile generator PR: 3199 Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> Notes: svn path=/head/; revision=6578