mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Make distcheck happy.
This commit is contained in:
parent
e991f13267
commit
259c560166
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2009-06-14 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* po/Makefile.in.in (distclean): remove en_US.po, too.
|
||||
|
||||
* Makefile.am: Include md5 as a subdir unconditionally.
|
||||
It may result in useless compilation, and additional risk of
|
||||
breaking a build of something that isn't actually needed, but
|
||||
otherwise it's too much of a hassle to manage a failure-free
|
||||
distcheck.
|
||||
|
||||
2009-06-12 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* configure.ac: Check for h_errno declaration. Idea thanks to
|
||||
|
@ -34,10 +34,10 @@
|
||||
ACLOCAL_AMFLAGS = -I m4 -I md5/m4
|
||||
|
||||
# subdirectories in the distribution
|
||||
SUBDIRS = lib @MD5_SUBDIR@ src doc po tests util windows
|
||||
SUBDIRS = lib md5 src doc po tests util windows
|
||||
|
||||
EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST \
|
||||
msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
|
||||
msdos/Makefile.WC ABOUT-NLS autogen.sh
|
||||
msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
|
||||
msdos/Makefile.WC ABOUT-NLS autogen.sh
|
||||
|
||||
CLEANFILES = *~ *.bak $(DISTNAME).tar.gz
|
||||
|
@ -1,3 +1,7 @@
|
||||
2009-06-14 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am (wget.pod): $(srcdir)/version.texi -> version.texi
|
||||
|
||||
2009-06-12 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi (Download Options): More accuracy on what happens when
|
||||
|
@ -52,7 +52,7 @@ EXTRA_DIST = sample.wgetrc \
|
||||
$(SAMPLERCTEXI) \
|
||||
texi2pod.pl
|
||||
|
||||
wget.pod: $(srcdir)/wget.texi $(srcdir)/version.texi
|
||||
wget.pod: $(srcdir)/wget.texi version.texi
|
||||
$(TEXI2POD) $(srcdir)/wget.texi $@
|
||||
|
||||
$(MAN): wget.pod
|
||||
|
@ -312,7 +312,7 @@ mostlyclean:
|
||||
clean: mostlyclean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile Makefile.in POTFILES *.mo
|
||||
rm -f Makefile Makefile.in POTFILES *.mo en_US.po
|
||||
|
||||
maintainer-clean: distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
|
@ -1,3 +1,8 @@
|
||||
2009-06-14 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
|
||||
dist, too.
|
||||
|
||||
2009-06-13 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* init.c: Rename setval_internal_wrapper to setval_internal_tilde,
|
||||
|
@ -36,7 +36,7 @@ LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ @LIBS@
|
||||
|
||||
bin_PROGRAMS = wget
|
||||
wget_SOURCES = build_info.c cmpt.c connect.c convert.c cookies.c ftp.c \
|
||||
css.l css-url.c \
|
||||
css.l css-url.c css-tokens.h \
|
||||
ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \
|
||||
http.c init.c log.c main.c netrc.c progress.c ptimer.c \
|
||||
recur.c res.c retr.c snprintf.c spider.c url.c \
|
||||
|
@ -1,3 +1,8 @@
|
||||
2009-06-14 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Include all the tests, run-px, and
|
||||
certs/, to make distcheck happy.
|
||||
|
||||
2009-06-11 Benjamin Wolsey <bwy@benjaminwolsey.de>
|
||||
|
||||
* Test-proxied-https-auth.px: Take an optional argument for the
|
||||
|
@ -58,16 +58,49 @@ run-px-tests: WgetTest.pm ../src/wget$(EXEEXT)
|
||||
$(srcdir)/run-px $(top_srcdir)
|
||||
|
||||
EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \
|
||||
Test-auth-basic.px Test-c-full.px Test-c-partial.px \
|
||||
Test-c.px Test-E-k-K.px Test-E-k.px Test-ftp.px \
|
||||
Test-HTTP-Content-Disposition-1.px \
|
||||
Test-HTTP-Content-Disposition-2.px \
|
||||
Test-HTTP-Content-Disposition.px \
|
||||
Test-N-current.px Test-N-old.px Test-nonexisting-quiet.px \
|
||||
Test-noop.px Test-np.px Test-N.px \
|
||||
Test-O-nonexisting.px Test-O.px \
|
||||
Test-Restrict-Lowercase.px Test-Restrict-Uppercase.px \
|
||||
Test--spider-fail.px Test--spider.px Test--spider-r.px
|
||||
Test-auth-basic.px \
|
||||
Test-auth-no-challenge.px \
|
||||
Test-auth-no-challenge-url.px \
|
||||
Test-c-full.px \
|
||||
Test-c-partial.px \
|
||||
Test-c.px \
|
||||
Test-c-shorter.px \
|
||||
Test-E-k-K.px \
|
||||
Test-E-k.px \
|
||||
Test-ftp.px \
|
||||
Test-HTTP-Content-Disposition-1.px \
|
||||
Test-HTTP-Content-Disposition-2.px \
|
||||
Test-HTTP-Content-Disposition.px \
|
||||
Test-N-current.px \
|
||||
Test-N-HTTP-Content-Disposition.px \
|
||||
Test-N--no-content-disposition.px \
|
||||
Test-N--no-content-disposition-trivial.px \
|
||||
Test-N-no-info.px \
|
||||
Test--no-content-disposition.px \
|
||||
Test--no-content-disposition-trivial.px \
|
||||
Test-N-old.px \
|
||||
Test-nonexisting-quiet.px \
|
||||
Test-noop.px \
|
||||
Test-np.px \
|
||||
Test-N.px \
|
||||
Test-N-smaller.px \
|
||||
Test-O-HTTP-Content-Disposition.px \
|
||||
Test-O-nc.px \
|
||||
Test-O--no-content-disposition.px \
|
||||
Test-O--no-content-disposition-trivial.px \
|
||||
Test-O-nonexisting.px \
|
||||
Test-O.px \
|
||||
Test-proxied-https-auth.px \
|
||||
Test-proxy-auth-basic.px \
|
||||
Test-Restrict-Lowercase.px \
|
||||
Test-Restrict-Uppercase.px \
|
||||
Test--spider-fail.px \
|
||||
Test--spider.px \
|
||||
Test--spider-r-HTTP-Content-Disposition.px \
|
||||
Test--spider-r--no-content-disposition.px \
|
||||
Test--spider-r--no-content-disposition-trivial.px \
|
||||
Test--spider-r.px \
|
||||
run-px certs
|
||||
|
||||
check_PROGRAMS = unit-tests
|
||||
unit_tests_SOURCES =
|
||||
|
Loading…
Reference in New Issue
Block a user