diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /editors/psgml/files/patch-ad | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'editors/psgml/files/patch-ad')
-rw-r--r-- | editors/psgml/files/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/psgml/files/patch-ad b/editors/psgml/files/patch-ad deleted file mode 100644 index ba3f8cf7f553..000000000000 --- a/editors/psgml/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Jan 23 20:58:07 1999 -+++ Makefile.in Sat Jan 23 20:58:55 1999 -@@ -81,8 +81,8 @@ - $(INSTALL_DATA) psgml-api.info $(infodir) - if $(SHELL) -c 'install-info --version' \ - >/dev/null 2>&1; then \ -- install-info --info-dir=$(infodir) psgml.info; \ -- install-info --info-dir=$(infodir) psgml-api.info; \ -+ install-info $(infodir)/psgml.info $(infodir)/dir; \ -+ install-info $(infodir)/psgml-api.info $(infodir)/dir; \ - else true; fi - - |