summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2007-08-09 13:13:53 +0000
committerFathi Boudra <fabo@debian.org>2007-08-09 13:13:53 +0000
commite17a33af1392cf26ec4e1eee99a90d976a955ab9 (patch)
tree2c2a0778deee117b88ac1cc21e17a252321afd7f
parent91cd83715cfeed367aa076d85e8b5b144527b056 (diff)
downloadqt4-x11-e17a33af1392cf26ec4e1eee99a90d976a955ab9.tar.gz
* Build. Ready to upload.
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index ec2543c..244055f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,12 +142,12 @@ install/qt4-qtconfig::
binary-install/qt4-doc::
# Tar up the examples to include them in qt4-doc
- [ ! -f Makefile ] || $(MAKE) -k -C examples distclean
+ [ ! -f examples/Makefile ] || $(MAKE) -k -C examples distclean
find examples/ -name '*.debug' -print0 | xargs -0r rm -f
tar -cv examples/ | \
gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-examples.tar.gz
- [ ! -f Makefile ] || $(MAKE) -k -C demos distclean
+ [ ! -f demos/Makefile ] || $(MAKE) -k -C demos distclean
find demos/ -name '*.debug' -print0 | xargs -0r rm -f
tar -cv demos/ | \
gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-demos.tar.gz