mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Make distcheck pass.
This commit is contained in:
parent
544afabb39
commit
1e5a791a22
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2009-09-07 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am (distuninstallcheck_listfiles): Don't complain if
|
||||||
|
/usr/share/info/dir and /etc/wgetrc are left behind after an
|
||||||
|
uninstall.
|
||||||
|
|
||||||
|
* po/Rules-quot (mostlyclean-quot): Add en_US.po for remvoal by
|
||||||
|
mostlyclean.
|
||||||
|
(en_US.po-update): Behave properly for VPATH builds.
|
||||||
|
|
||||||
2009-09-05 Micah Cowan <micah@cowan.name>
|
2009-09-05 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* configure.ac: If we can't find idna.h, check to see if it's
|
* configure.ac: If we can't find idna.h, check to see if it's
|
||||||
|
@ -30,6 +30,13 @@
|
|||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# We can't help that installing wget.info leaves /usr/share/info/dir
|
||||||
|
# around, and we need to prevent uninstallation of the possibly
|
||||||
|
# previously-existing /etc/wgetrc.
|
||||||
|
distuninstallcheck_listfiles = find . -type f | \
|
||||||
|
grep -Ev '(/share/info/dir|/etc/wgetrc)$$'
|
||||||
|
|
||||||
# Search for macros in the m4 subdirectory:
|
# Search for macros in the m4 subdirectory:
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I md5/m4
|
ACLOCAL_AMFLAGS = -I m4 -I md5/m4
|
||||||
|
|
||||||
|
@ -49,9 +49,11 @@ en@boldquot.insert-header: insert-header.sin
|
|||||||
|
|
||||||
mostlyclean: mostlyclean-quot
|
mostlyclean: mostlyclean-quot
|
||||||
mostlyclean-quot:
|
mostlyclean-quot:
|
||||||
rm -f *.insert-header
|
rm -f *.insert-header en_US.po
|
||||||
|
|
||||||
en_US.po: en_US.po-update
|
en_US.po: en_US.po-update
|
||||||
|
|
||||||
en_US.po-update: en@quot.po
|
en_US.po-update: en@quot.po
|
||||||
cp en@quot.po en_US.po
|
if test -r en@quot.po; then realcat=en@quot.po; \
|
||||||
|
else realcat=$(srcdir)/en@quot.po; fi; \
|
||||||
|
cp $$realcat en_US.po
|
||||||
|
Loading…
Reference in New Issue
Block a user