Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[transfer-engine] Remove additional doc install rule from doc.pri.
qdoc seems to handle documentation installation itself. This install rule
installed a second copy of documentation to a different path.

How this worked previously, I am not entirely sure...
  • Loading branch information
rburchell committed Jun 27, 2013
1 parent 6019fc3 commit 2ea89b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/doc.pri
Expand Up @@ -13,7 +13,3 @@ equals(QT_MAJOR_VERSION, 5): docs.commands = (cd doc/config; $$QDOC $$QDOCCONF;

QMAKE_EXTRA_TARGETS += docs

doc.files = doc/html/*
doc.path = /usr/share/doc/nemo-transfer-engine
INSTALLS += doc

0 comments on commit 2ea89b6

Please sign in to comment.