mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
configuration section" of top Makefile and analogous spot in others. * po/Makefile.in.in: Previous addition of top_builddir to po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
This commit is contained in:
parent
c34585205e
commit
f486b43c23
@ -8,6 +8,12 @@
|
|||||||
in checks for -ldl, necessary since the libcrypto shared library
|
in checks for -ldl, necessary since the libcrypto shared library
|
||||||
doesn't record its dependency on libdl.
|
doesn't record its dependency on libdl.
|
||||||
|
|
||||||
|
* {.,util,windows}/Makefile.in: Moved top_builddir out of "User
|
||||||
|
configuration section" of top Makefile and analogous spot in others.
|
||||||
|
|
||||||
|
* po/Makefile.in.in: Previous addition of top_builddir to
|
||||||
|
po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
|
||||||
|
|
||||||
2001-03-26 Dan Harkless <wget@harkless.org>
|
2001-03-26 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
* TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
|
* TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
|
top_builddir = .
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
@ -41,8 +43,6 @@ mandir = @mandir@
|
|||||||
manext = 1
|
manext = 1
|
||||||
localedir = $(prefix)/share/locale
|
localedir = $(prefix)/share/locale
|
||||||
|
|
||||||
top_builddir = .
|
|
||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-27 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
|
* Makefile.in: Moved top_builddir out of "User configuration
|
||||||
|
section" of top Makefile and analogous spot in this one.
|
||||||
|
|
||||||
2001-03-26 Dan Harkless <wget@harkless.org>
|
2001-03-26 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
* wget.texi (Recursive Retrieval Options): Explained that you need
|
* wget.texi (Recursive Retrieval Options): Explained that you need
|
||||||
|
@ -30,6 +30,8 @@ DVIPS = dvips -D 300
|
|||||||
# Program to convert texinfo files to html
|
# Program to convert texinfo files to html
|
||||||
TEXI2HTML = texi2html -expandinfo -split_chapter
|
TEXI2HTML = texi2html -expandinfo -split_chapter
|
||||||
|
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@ -40,8 +42,6 @@ mandir = @mandir@
|
|||||||
manext = 1
|
manext = 1
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
|
|
||||||
top_builddir = ..
|
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
@ -12,6 +12,8 @@ VERSION = @VERSION@
|
|||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-27 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
|
* Makefile.in: Moved top_builddir out of "User configuration
|
||||||
|
section" of top Makefile and analogous spot in this one.
|
||||||
|
|
||||||
2001-03-17 Dan Harkless <wget@harkless.org>
|
2001-03-17 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
* Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
|
* Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@ -33,8 +35,6 @@ bindir = @bindir@
|
|||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
localedir = $(prefix)/share/locale
|
localedir = $(prefix)/share/locale
|
||||||
|
|
||||||
top_builddir = ..
|
|
||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
# The following line is losing on some versions of make!
|
# The following line is losing on some versions of make!
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
top_builddir = ..
|
|
||||||
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
top_builddir = ..
|
|
||||||
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
Loading…
Reference in New Issue
Block a user