D11315: Look first for qhelpgenerator-qt5 for help generation

2018-03-14 Thread Luca Beltrame
This revision was automatically updated to reflect the committed changes.
Closed by commit R264:27a1126b1d79: Look first for qhelpgenerator-qt5 for help 
generation (authored by lbeltrame).

REPOSITORY
  R264 KApiDox

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D11315?vs=29468=29538

REVISION DETAIL
  https://phabricator.kde.org/D11315

AFFECTED FILES
  src/kapidox/generator.py

To: lbeltrame, #frameworks, ochurlaud
Cc: fvogt, #documentation, michaelh, ngraham, skadinna


D11315: Look first for qhelpgenerator-qt5 for help generation

2018-03-14 Thread Olivier Churlaud
ochurlaud accepted this revision.
ochurlaud added a comment.
This revision is now accepted and ready to land.


  Thx for this change

REPOSITORY
  R264 KApiDox

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D11315

To: lbeltrame, #frameworks, ochurlaud
Cc: fvogt, #documentation, michaelh, ngraham, skadinna


D11315: Look first for qhelpgenerator-qt5 for help generation

2018-03-14 Thread Luca Beltrame
lbeltrame created this revision.
lbeltrame added reviewers: Frameworks, ochurlaud.
Restricted Application added projects: Frameworks, Documentation.
Restricted Application added a subscriber: Documentation.
lbeltrame requested review of this revision.

REVISION SUMMARY
  A number of distributions uses the -qt5 suffix for Qt command line
  tools, to make sure they can coexist with the Qt4 equivalents.
  
  This change uses `distutils`'s `find_executable` to look for the -qt5
  suffix of `qhelpgenerator`. If it is not found, it falls back to the
  un-suffixed version.

REPOSITORY
  R264 KApiDox

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D11315

AFFECTED FILES
  src/kapidox/generator.py

To: lbeltrame, #frameworks, ochurlaud
Cc: #documentation, michaelh, ngraham, skadinna