[xml/sgml-commit] [linuxdoc-tools] 13/17: Makefile.in: Some more installation messages.

Agustín Martín Domingo agmartin at moszumanska.debian.org
Wed May 4 17:56:08 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 902349acdf3374b31b48182c48b1fb74648d5a61
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Wed May 4 18:28:36 2016 +0200

    Makefile.in: Some more installation messages.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 Makefile.in | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 2a03945..5e6b7a9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -70,7 +70,7 @@ endif
 	( cd rtf-fix ; \
 	  $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" || exit -1 )
 
-	@echo "making man pages in genman ..."
+	@echo "Making man pages in genman ..."
 	if [ ! -d genman ]; then mkdir genman ; fi
 	for ii in man/* ; do \
 	  bn=`basename $$ii`; \
@@ -105,6 +105,7 @@ install:: bin/linuxdoc
 
 #    --
 ifeq ($(BUILD_SGMLSASP), true)
+	@echo "Installing sgmlsasp program ..."
 	$(INSTALL_PROGRAM) sgmls-1.1/sgmlsasp $(bin_ddir)/sgmlsasp
 endif
 
@@ -127,6 +128,7 @@ endif
 	$(INSTALL_SCRIPT) bin/linuxdoc $(bin_ddir)/linuxdoc
 
 #    -- Install auxiliary programs
+	@echo "Installing auxiliary programs in $(auxbin_ddir) ..."
 	mkdir -p $(auxbin_ddir)
 	for ii in sgmlpre/sgmlpre rtf-fix/rtf2rtf; do \
 	  bn=`basename $$ii`; \
@@ -164,18 +166,20 @@ endif
 	(cd $(bin_ddir); for i in $(progs); do rm -f $$i; ln -s linuxdoc $$i;done)
 
 #    -- Install perl modules
+	@echo "Installing perl modules ..."
 	mkdir -m 755 -p $(perl5lib_ddir)/LinuxDocTools
 	$(INSTALL_DATA) perl5lib/LinuxDocTools.pm   $(perl5lib_ddir)
 	$(INSTALL_DATA) perl5lib/LinuxDocTools/*.pm $(perl5lib_ddir)/LinuxDocTools
 
 #    -- Install tex stuff
+	@echo "Installing TeX stuff in $(tex_ddir) ..."
 	mkdir -m 755 -p $(tex_ddir)
 	$(INSTALL_DATA) tex/* $(tex_ddir)
 
 ifneq ($(BUILDDOC_FORMATS),)
 #    -- Install documentation
+	@echo "Installing documentation in $(doc_ddir) ..."
 	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 $(doc_ddir)/Makefile
 	find $(doc_ddir) -type d -print | xargs chmod 755

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