Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
53aba506
Commit
53aba506
authored
Jun 01, 2001
by
Brian Wellington
Browse files
man pages were not properly installed in separate-object-dir builds
parent
43b1bd8f
Changes
7
Hide whitespace changes
Inline
Side-by-side
bin/check/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
2
2001/0
5/18 23:50:06 gson
Exp $
# $Id: Makefile.in,v 1.1
3
2001/0
6/01 00:44:55 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -72,7 +72,7 @@ installdirs:
install
::
named-checkconf named-checkzone installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkconf
${DESTDIR}${sbindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkzone
${DESTDIR}${sbindir}
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man8
;
done
clean distclean
::
rm
-f
${TARGETS}
bin/dig/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2
1
2001/0
2/28 11:33:23 marka
Exp $
# $Id: Makefile.in,v 1.2
2
2001/0
6/01 00:44:57 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -72,4 +72,4 @@ install:: dig host nslookup installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
dig
${DESTDIR}${bindir}
${LIBTOOL}
${INSTALL_PROGRAM}
host
${DESTDIR}${bindir}
${LIBTOOL}
${INSTALL_PROGRAM}
nslookup
${DESTDIR}${bindir}
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
$$
m
${DESTDIR}${mandir}
/man1
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man1
;
done
bin/dnssec/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
8
2001/0
3/30 22:50:20
bwelling Exp $
# $Id: Makefile.in,v 1.1
9
2001/0
6/01 00:44:58
bwelling Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -90,7 +90,7 @@ installdirs:
install
::
${TARGETS} installdirs
for
t
in
${TARGETS}
;
do
${LIBTOOL}
${INSTALL_PROGRAM}
$$
t
${DESTDIR}${sbindir}
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man8
;
done
clean distclean
::
rm
-f
${TARGETS}
...
...
bin/named/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.7
3
2001/0
3/27 19:37:23 halley
Exp $
# $Id: Makefile.in,v 1.7
4
2001/0
6/01 00:45:00 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -121,4 +121,4 @@ installdirs:
install
::
named lwresd installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named
${DESTDIR}${sbindir}
(
cd
${DESTDIR}${sbindir}
;
rm
-f
lwresd
;
@LN@ named lwresd
)
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/nsupdate/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
4
2001/0
3/31 02:23:15 gson
Exp $
# $Id: Makefile.in,v 1.1
5
2001/0
6/01 00:45:01 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -75,4 +75,4 @@ installdirs:
install
::
nsupdate installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
nsupdate
${DESTDIR}${bindir}
${INSTALL_DATA}
nsupdate.8
${DESTDIR}${mandir}
/man8
${INSTALL_DATA}
${srcdir}
/
nsupdate.8
${DESTDIR}${mandir}
/man8
bin/rndc/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2
4
2001/0
5/3
1
1
0:4
0:32 tale
Exp $
# $Id: Makefile.in,v 1.2
5
2001/0
6/0
1
0
0:4
5:03 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -75,8 +75,8 @@ installdirs:
install
::
rndc installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
rndc
${DESTDIR}${sbindir}
${INSTALL_DATA}
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_DATA}
rndc.conf.5
${DESTDIR}${mandir}
/man5
${INSTALL_DATA}
${srcdir}
/
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_DATA}
${srcdir}
/
rndc.conf.5
${DESTDIR}${mandir}
/man5
clean distclean maintainer-clean
::
rm
-f
${TARGETS}
lib/lwres/man/Makefile.in
View file @
53aba506
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
5
2001/0
4/10 21:51:12
bwelling Exp $
# $Id: Makefile.in,v 1.
6
2001/0
6/01 00:45:04
bwelling Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -93,7 +93,7 @@ installdirs:
man3
=
${DESTDIR}${mandir}
/man3
install
::
installdirs
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
$$
m
${DESTDIR}${mandir}
/man3
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man3
;
done
rm
-f
${man3}
/lwres_addr_parse.3
@
LN@
${man3}
/lwres_resutil.3
${man3}
/lwres_addr_parse.3
rm
-f
${man3}
/lwres_buffer_add.3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment