From 1d05dfa51ea2699e67b7b7b48339cc0baf4e249d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 16 Apr 2012 08:50:40 -0500 Subject: Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files --- .../applications/kopete-otr/debian/cdbs/debian-qt-kde.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ubuntu/maverick/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk') diff --git a/ubuntu/maverick/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk index 47e83ef4a..311dc059d 100644 --- a/ubuntu/maverick/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk @@ -84,15 +84,15 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: set -e; \ - for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ echo Building $$pkg HTML docs...; \ - mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ - cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ - /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ done for pkg in $(DOC_HTML_PRUNE) ; do \ - rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ done clean:: -- cgit v1.2.3