]> git.pld-linux.org Git - packages/qt5-qttools.git/commitdiff
- make docs
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 30 Dec 2013 18:23:13 +0000 (19:23 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 30 Dec 2013 18:23:13 +0000 (19:23 +0100)
- continue, even if make docs fails

qt5-qttools.spec

index bc6592245e0032cc6de3326583fcacdf623cd695..c270140a0b712da35b5c603a190584b8c1f91cf9 100644 (file)
@@ -1,5 +1,4 @@
 # TODO:
-# - use PLD ldflags
 # - cleanup
 # - symlinks
 
@@ -54,13 +53,16 @@ Qt5 Tools - examples.
 %build
 qmake-qt5
 %{__make}
-%{__make} html_docs
+%{__make} docs || :
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install install_html_docs \
+%{__make} install \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
+%{__make} install_docs \
+       INSTALL_ROOT=$RPM_BUILD_ROOT || :
+
 # Prepare some files list
 ifecho() {
        RESULT=`echo $RPM_BUILD_ROOT$2 2>/dev/null`
This page took 0.052838 seconds and 4 git commands to generate.