~kst-plot/kst/debian-xenial

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Steven Benton
  • Date: 2018-03-26 16:48:44 UTC
  • Revision ID: stevebenton@rogers.com-20180326164844-wio7qcxaqt14bl33
build new kst docs instead of old kst1 tutorial

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        dh_auto_configure -Scmake -- -Dkst_install_prefix=/usr -Dkst_verbose=ON -Dkst_rpath=OFF -Dkst_release=1 -Dkst_qt5=1
17
17
 
18
18
override_dh_auto_build:
19
 
        xsltproc -o docbook/kst/tutorial/ /usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl docbook/kst/tutorial/tutorial.docbook
 
19
        cd docbook/kst/ && meinproc5 --srcdir /usr/share/kf5/kdoctools index.docbook
20
20
        dh_auto_build -Scmake
21
21
 
22
22
override_dh_auto_clean:
23
 
        find docbook/kst/tutorial/ -name '*.html' -exec rm {} \;
 
23
        find docbook/kst/ -name '*.html' -exec rm {} \;
24
24
        dh_auto_clean -Scmake