mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[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...
This commit is contained in:
parent
f105b3e43f
commit
e8905e2e87
@ -1,3 +1,16 @@
|
||||
2000-12-31 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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 <hniksic@arsdigita.com>
|
||||
|
||||
* Makefile.in (install.info): Info files are *not* in $(srcdir),
|
||||
|
@ -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*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user