[xml/sgml-commit] [linuxdoc-tools] 04/16: Makefile.in: No need to pass AUXBINDIR and PREFIX to Makedoc.sh during doc build.

Agustín Martín Domingo agmartin at moszumanska.debian.org
Mon Oct 19 11:31:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.

commit d2e1ff76712f55b0ade14786d2a412977d37717d
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Tue Oct 13 16:50:36 2015 +0200

    Makefile.in: No need to pass AUXBINDIR and PREFIX to Makedoc.sh during doc build.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 Makefile.in    | 2 --
 doc/Makedoc.sh | 1 -
 2 files changed, 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 09a6efe..4bb6c01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,8 +83,6 @@ ifneq ($(BUILDDOC_FORMATS),)
 #    -- Build documentation
 	@echo "Building documentation ..."
 	(cd doc; \
-		PREFIX=$(DESTDIR)$(prefix) \
-		AUXBINDIR=$(auxbin_ddir) \
 	 	PKGPERL5LIB=$(CURDIR)/perl5lib \
 	 	PKGDATADIR=$(CURDIR)/lib \
 		PKGENTITYMAPDIR=$(CURDIR)/entity-map \
diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
index 240542b..a9f951e 100644
--- a/doc/Makedoc.sh
+++ b/doc/Makedoc.sh
@@ -11,7 +11,6 @@ fi
 export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XXXXXXXXXX`;
 
 echo "-------- Building linuxdoc-tools docs ---------"
-echo "Installed tree: $PREFIX"
 echo "Using temporary directory: $TMPDIR"
 
 function abort()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git



More information about the debian-xml-sgml-commit mailing list