From: dan Date: Sun, 31 Dec 2000 11:50:52 +0000 (-0800) Subject: [svn] Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion needs to be X-Git-Tag: v1.13~2317 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=e8905e2e870f412789ef552fcfed83b1a5eb4377 [svn] Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion needs to be included in the distribution or it'll get regenerated due to the wget.info dependency, and then that file will get regenerated, forcing people to have makeinfo installed unnecessarily. We could use a kludge of a 0-length file in the distro, but the file isn't that big and should compress very well. wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and "UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the file says, it'd be nice if these were handled automatically... --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 632074e3..ec218270 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,16 @@ +2000-12-31 Dan Harkless + + * Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion + needs to be included in the distribution or it'll get regenerated + due to the wget.info dependency, and then that file will get + regenerated, forcing people to have makeinfo installed + unnecessarily. We could use a kludge of a 0-length file in the + distro, but the file isn't that big and should compress very well. + + * wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and + "UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the + file says, it'd be nice if these were handled automatically... + 2000-12-10 Hrvoje Niksic * Makefile.in (install.info): Info files are *not* in $(srcdir), diff --git a/doc/Makefile.in b/doc/Makefile.in index 977d6f26..867a3c66 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -139,7 +139,7 @@ clean: $(RM) *.dvi *.aux *.cp *.cps *.fn *.toc *.tp *.vr *.ps *.ky *.pg *.log distclean: clean - $(RM) Makefile sample.wgetrc.munged_for_texi_inclusion + $(RM) Makefile realclean: distclean $(RM) wget.info* diff --git a/doc/wget.texi b/doc/wget.texi index 1accbb94..1e9211a2 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -15,8 +15,8 @@ @end iftex @c This should really be auto-generated! -@set VERSION 1.5.3+dev -@set UPDATED Feb 2000 +@set VERSION 1.7-dev +@set UPDATED Dec 2000 @dircategory Net Utilities @dircategory World Wide Web