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