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
|
||||
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>
|
||||
|
||||
* TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
|
||||
|
@ -22,6 +22,8 @@
|
||||
SHELL = /bin/sh
|
||||
@SET_MAKE@
|
||||
|
||||
top_builddir = .
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
@ -41,8 +43,6 @@ mandir = @mandir@
|
||||
manext = 1
|
||||
localedir = $(prefix)/share/locale
|
||||
|
||||
top_builddir = .
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
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>
|
||||
|
||||
* wget.texi (Recursive Retrieval Options): Explained that you need
|
||||
|
@ -30,6 +30,8 @@ DVIPS = dvips -D 300
|
||||
# Program to convert texinfo files to html
|
||||
TEXI2HTML = texi2html -expandinfo -split_chapter
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@ -40,8 +42,6 @@ mandir = @mandir@
|
||||
manext = 1
|
||||
sysconfdir = @sysconfdir@
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
RM = rm -f
|
||||
|
@ -12,6 +12,8 @@ VERSION = @VERSION@
|
||||
SHELL = /bin/sh
|
||||
@SET_MAKE@
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_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>
|
||||
|
||||
* Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@ -33,8 +35,6 @@ bindir = @bindir@
|
||||
sysconfdir = @sysconfdir@
|
||||
localedir = $(prefix)/share/locale
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
CC = @CC@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
# The following line is losing on some versions of make!
|
||||
|
@ -21,11 +21,11 @@
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
RM = rm -f
|
||||
|
||||
all:
|
||||
|
@ -25,11 +25,11 @@
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
top_builddir = ..
|
||||
|
||||
RM = rm -f
|
||||
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user