DEB dbus-1-tqt: Fix apidox build invocation to be just for build-indep.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/19/head
Slávek Banko 5 years ago
parent 96fe7f141b
commit e5d2ea6d0c
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -96,8 +96,6 @@ binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
clean::
rm -f debian/stamp-cvs-make
endif
common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
@ -109,3 +107,5 @@ common-install-kde-apidox::
clean::
rm -f debian/stamp-kde-apidox
endif

@ -68,18 +68,6 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches

@ -96,8 +96,6 @@ binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
clean::
rm -f debian/stamp-cvs-make
endif
common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
@ -109,3 +107,5 @@ common-install-kde-apidox::
clean::
rm -f debian/stamp-kde-apidox
endif

@ -68,18 +68,6 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches

Loading…
Cancel
Save