tdb: fix standalone 'make installdocs'
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Jan 2010 13:39:43 +0000 (14:39 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jan 2010 13:43:39 +0000 (14:43 +0100)
metze

lib/tdb/Makefile.in
lib/tdb/tdb.mk

index 3abeec3258cba4bb438a975eb1d8bf507904a52f..dc22ee3fea0138fd482388b9e6cea26a821e3b5c 100644 (file)
@@ -9,6 +9,7 @@ exec_prefix = @exec_prefix@
 bindir = @bindir@
 includedir = @includedir@
 libdir = @libdir@
+mandir = @mandir@
 VPATH = @srcdir@:@libreplacedir@
 srcdir = @srcdir@
 builddir = @builddir@
index 3bda884af40fa5f2582f06793d4b048126a24adf..ecc6f9fd08a6485fa68ac69589482aa7ca26076c 100644 (file)
@@ -61,9 +61,9 @@ doc:: manpages/tdbbackup.8 manpages/tdbdump.8 manpages/tdbtool.8
        -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 installdocs::
-       ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man1
-       for I in manpages/*.1; do \
-               ${INSTALLCMD} -m 644 $$I $(DESTDIR)$(mandir)/man1 \
+       ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man8
+       for I in manpages/*.8; do \
+               ${INSTALLCMD} -m 644 $$I $(DESTDIR)$(mandir)/man8; \
        done
 
 install-python:: build-python