diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:05:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:05:45 +0000 |
commit | 06181683c122cf557c38ab68d8abeba5a03b79a8 (patch) | |
tree | b56a8d5ccdcbd90a68f9d971e1a250ca4f94da6b /devel/autoconf259/files/patch-doc-Makefile.in | |
parent | Remove now empty file. (diff) |
Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR: 116639
Notes
Notes:
svn path=/head/; revision=200414
Diffstat (limited to 'devel/autoconf259/files/patch-doc-Makefile.in')
-rw-r--r-- | devel/autoconf259/files/patch-doc-Makefile.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/autoconf259/files/patch-doc-Makefile.in b/devel/autoconf259/files/patch-doc-Makefile.in deleted file mode 100644 index b894361faf69..000000000000 --- a/devel/autoconf259/files/patch-doc-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/Makefile.in.orig Thu Nov 6 01:33:27 2003 -+++ doc/Makefile.in Thu Apr 5 01:23:42 2007 -@@ -50,3 +50,3 @@ - am__TEXINFO_TEX_DIR = $(top_srcdir)/config --INFO_DEPS = autoconf.info standards.info -+INFO_DEPS = autoconf-2.59.info - DVIS = autoconf.dvi standards.dvi -@@ -55,3 +55,3 @@ - HTMLS = autoconf.html standards.html --TEXINFOS = autoconf.texi standards.texi -+TEXINFOS = autoconf-2.59.texi - TEXI2PDF = $(TEXI2DVI) --pdf --batch -@@ -123,3 +123,3 @@ - TEXI2HTML_FLAGS = -split_chapter --info_TEXINFOS = autoconf.texi standards.texi -+info_TEXINFOS = autoconf-2.59.texi - autoconf_TEXINFOS = fdl.texi install.texi -@@ -199,3 +199,3 @@ - -o $@ $< --autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS) -+autoconf-2.59.info: autoconf-2.59.texi version.texi $(autoconf_TEXINFOS) - autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS) -@@ -204,5 +204,5 @@ - version.texi: stamp-vti --stamp-vti: autoconf.texi $(top_srcdir)/configure -- @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \ -- set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \ -+stamp-vti: autoconf-2.59.texi $(top_srcdir)/configure -+ @(dir=.; test -f ./autoconf-2.59.texi || dir=$(srcdir); \ -+ set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf-2.59.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ |