[xml/sgml-commit] [linuxdoc-tools] 03/17: doc: do not install documentation Makefile

Agustín Martín Domingo agmartin at moszumanska.debian.org
Wed May 4 17:56:07 UTC 2016


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

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

commit 906bd64f4ebf0be2533a5913cc5003a73e753640
Author: Ilya Tumaykin <itumaykin at gmail.com>
Date:   Wed Dec 2 11:22:38 2015 +0300

    doc: do not install documentation Makefile
    
    Recently added Makefile for parallel documentation build is a part of
    build system and thus should not be installed with the rest of docs.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 7038d97..f215678 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,7 +175,7 @@ ifneq ($(BUILDDOC_FORMATS),)
 	mkdir -m 755 -p $(doc_ddir)
 	# cp -r doc/* $(doc_ddir)
 	( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
-	rm -f $(doc_ddir)/Makedoc.sh
+	rm -f $(doc_ddir)/Makedoc.sh $(doc_ddir)/Makefile
 	find $(doc_ddir) -type d -print | xargs chmod 755
 	find $(doc_ddir) -type f -print | xargs chmod 644
 endif

-- 
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