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 | |
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')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 1 | ||||
-rw-r--r-- | ubuntu/maverick/tdevelop/debian/tdevelop-trinity-doc.install | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/ubuntu/maverick/tdevelop/debian/tdevelop-trinity-doc.install b/ubuntu/maverick/tdevelop/debian/tdevelop-trinity-doc.install index 08ce28c39..4b1da9772 100644 --- a/ubuntu/maverick/tdevelop/debian/tdevelop-trinity-doc.install +++ b/ubuntu/maverick/tdevelop/debian/tdevelop-trinity-doc.install @@ -1,5 +1,5 @@ debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdevelop -#debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdevelop-apidocs/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdevelop-apidocs debian/tmp/opt/trinity/share/doc/tde/HTML/en/tde_app_devel/appwizard.png debian/tmp/opt/trinity/share/doc/tde/HTML/en/tde_app_devel/index.docbook debian/tmp/opt/trinity/share/doc/tde/HTML/en/tde_app_devel/kscribblefiles.png |