Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
53aba506
Commit
53aba506
authored
Jun 01, 2001
by
Brian Wellington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man pages were not properly installed in separate-object-dir builds
parent
43b1bd8f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
bin/check/Makefile.in
bin/check/Makefile.in
+2
-2
bin/dig/Makefile.in
bin/dig/Makefile.in
+2
-2
bin/dnssec/Makefile.in
bin/dnssec/Makefile.in
+2
-2
bin/named/Makefile.in
bin/named/Makefile.in
+2
-2
bin/nsupdate/Makefile.in
bin/nsupdate/Makefile.in
+2
-2
bin/rndc/Makefile.in
bin/rndc/Makefile.in
+3
-3
lib/lwres/man/Makefile.in
lib/lwres/man/Makefile.in
+2
-2
No files found.
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/05/18 23:50:06 gson
Exp $
# $Id: Makefile.in,v 1.1
3 2001/06/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/02/28 11:33:23 marka
Exp $
# $Id: Makefile.in,v 1.2
2 2001/06/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/03/30 22:50:20
bwelling Exp $
# $Id: Makefile.in,v 1.1
9 2001/06/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/03/27 19:37:23 halley
Exp $
# $Id: Makefile.in,v 1.7
4 2001/06/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/03/31 02:23:15 gson
Exp $
# $Id: Makefile.in,v 1.1
5 2001/06/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/05/31 10:40:32 tale
Exp $
# $Id: Makefile.in,v 1.2
5 2001/06/01 00:45: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/04/10 21:51:12
bwelling Exp $
# $Id: Makefile.in,v 1.
6 2001/06/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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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