~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to .pc/01_fix_installation_paths.diff/doc/doc.pri

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
unix:!macx {
66
66
    inst_qch_docs.files = $$QCH_FILE
67
67
    inst_qch_docs.path = /share/doc/qtcreator
68
 
    inst_qch_docs.CONFIG += no_check_exist
 
68
    inst_qch_docs.CONFIG += no_check_exist no_default_install
69
69
    INSTALLS += inst_qch_docs
70
70
 
71
71
    inst_dev_qch_docs.files = $$DEV_QCH_FILE
72
72
    inst_dev_qch_docs.path = /share/doc/qtcreator
73
 
    inst_dev_qch_docs.CONFIG += no_check_exist
 
73
    inst_dev_qch_docs.CONFIG += no_check_exist no_default_install
74
74
    INSTALLS += inst_dev_qch_docs
 
75
 
 
76
    install_docs.depends = install_inst_qch_docs install_inst_dev_qch_docs
 
77
    QMAKE_EXTRA_TARGETS += install_docs
75
78
}
76
79
 
77
80
docs_online.depends = html_docs_online dev_html_docs_online
82
85
 
83
86
fixnavi.commands = \
84
87
    cd $$targetPath($$PWD) && \
85
 
    perl fixnavi.pl -Dqcmanual -Dqtquick \
86
 
        qtcreator.qdoc maemodev.qdoc symbiandev.qdoc qtcreator-faq.qdoc linuxdev.qdoc meegodev.qdoc
 
88
    perl fixnavi.pl -Dqcmanual -Dqtquick src
87
89
QMAKE_EXTRA_TARGETS += fixnavi