[SCM] KDE API documentation packaging branch, master, updated. fca819bf7b2f39103d09500dc6038b9fff79c3d6

Pino Toscano pino at alioth.debian.org
Tue Jul 26 20:31:36 UTC 2011


The following commit has been merged in the master branch:
commit fca819bf7b2f39103d09500dc6038b9fff79c3d6
Author: Pino Toscano <pino at debian.org>
Date:   Tue Jul 26 22:30:27 2011 +0200

    replace qt.tag files with symlinks to the qt.tags file
    
    apparently, doxygen.sh copies the qt.tags file around, so the copies can be replaced with symlinks to qt.tags
---
 debian/rules |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index ababfa8..f34287c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,10 @@ install-$(1): build-$(1)
 	  -o -name \*.md5 \
 	  -o -name \*.map \
 	\) -delete
+	# replace qt.tag files with symlinks to the original qt.tags file
+	find debian/$(pkg_module_html)/$(HTMLDESTPATH)/$(apidocsdir_html) \
+	  -name qt.tag \
+	  -exec ln -s -f $(QTDOCTAG) {} \;
 	# install the QCH documentation
 	install -D -m0644 $(1)/apidocs/qch/$(1)-$(VERSION).qch \
 	  debian/$(pkg_module_qch)/$(QCHDESTPATH)/$(1)-$(VERSION).qch

-- 
KDE API documentation packaging



More information about the pkg-kde-commits mailing list