diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-21 17:23:57 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-21 17:23:57 -0300 |
commit | 1ab40de8807860d96e100423205da9bab9a2014e (patch) | |
tree | e2a3c3412213e268c3c1f2c3efcc5d42503986ab | |
parent | 80b1f79b7a226551c5e20152d6ff49ee5de34d3d (diff) | |
download | qtdeclarative-1ab40de8807860d96e100423205da9bab9a2014e.tar.gz |
Simplify doc installation.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/qtdeclarative5-doc-html.install | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7ac32b9..06d0630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ qtdeclarative-opensource-src (5.3.0-1) UNRELEASED; urgency=medium qml-module-qtquick-dialogs anymore from this source, they have been moved to src:qtquickcontrols-opensource-src. * Update install files. + * Simplify doc installation. We do not build the compressed doc from this + source anymore. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 05 May 2014 23:50:25 -0300 diff --git a/debian/qtdeclarative5-doc-html.install b/debian/qtdeclarative5-doc-html.install index 9b3a2d2..f97e055 100644 --- a/debian/qtdeclarative5-doc-html.install +++ b/debian/qtdeclarative5-doc-html.install @@ -1,3 +1 @@ -usr/share/qt5/doc/qtqml/ -usr/share/qt5/doc/qtquick/ -usr/share/qt5/doc/qtquickdialogs/ +usr/share/qt5/doc/ |