diff options
author | Roland Pesch <pesch@cygnus> | 1992-08-17 18:35:59 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-08-17 18:35:59 +0000 |
commit | 40ab85327f7605c65de1e790a36635f9ccc04090 (patch) | |
tree | 91a291a2a359ee9c87b5a8de0a4b13b1d48966be /ld | |
parent | 0e166a63532ff1c439ffffde549c54312467432a (diff) | |
download | gdb-40ab85327f7605c65de1e790a36635f9ccc04090.zip gdb-40ab85327f7605c65de1e790a36635f9ccc04090.tar.gz gdb-40ab85327f7605c65de1e790a36635f9ccc04090.tar.bz2 |
Use new name of man page (ld.1).
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.Sanitize | 7 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index 8473275..b47fd58 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -47,7 +47,7 @@ ebmon29k.sc-sh ebmon29k.sh generic.em genscripts.sh -gld.1 +ld.1 gld960.em gld960.sh go32.sh @@ -122,7 +122,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.39 1992/08/07 01:37:34 bothner +# Revision 1.40 1992/08/17 18:35:55 pesch +# Use new name of man page (ld.1). +# +# Revision 1.39 1992/08/07 01:37:34 bothner # * ldint.texinfo: New internals manual (beginnings thereof). # * PORTING: Removed, merged into ldint.texinfo. # diff --git a/ld/Makefile.in b/ld/Makefile.in index 4c066b6..abc6d34 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -440,7 +440,7 @@ install: $(LD_PROG) -rm -f $(tooldir)/ld if [ -d $(tooldir) ]; then $(INSTALL_PROGRAM) ld.new $(tooldir)/ld; else true; fi -rm -f $(man1dir)/$(program_prefix)ld$(program_suffix).1 - $(INSTALL_DATA) $(srcdir)/gld.1 $(man1dir)/$(program_prefix)ld$(program_suffix).1 + $(INSTALL_DATA) $(srcdir)/ld.1 $(man1dir)/$(program_prefix)ld$(program_suffix).1 install-info: info for i in ld.info* ; do \ |