diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:07:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:07:35 +0900 |
commit | bb1e02c097fa27c54e1723cf1640fd9abf8c2e80 (patch) | |
tree | 3f66fb1573d92c987a17567238768f57b512e3ca /ubuntu/maverick/tdevelop/debian/rules | |
parent | ae204e2fee8ce5c1a71cbd62199137ae4f8055a4 (diff) | |
download | tde-packaging-bb1e02c097fa27c54e1723cf1640fd9abf8c2e80.tar.gz tde-packaging-bb1e02c097fa27c54e1723cf1640fd9abf8c2e80.zip |
Fixed generation of TDevelop API documentation in Debian/Ubuntu distros. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index c484f3f2c..20d310e1c 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -24,6 +24,7 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ PACKAGES_WITH_LIBS := tdevelop-trinity +DEB_KDE_APIDOX := yes DEB_KDE_ENABLE_FINAL := DEB_INSTALL_DOCS_tdevelop = AUTHORS DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp |