move docs to doc dir

pull/1/head
Michael Zanetti 2014-01-26 04:53:04 +01:00
parent 3e5a4bfd26
commit 1052364b25
4 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ SUBDIRS += libhive server plugins
server.depends = libhive plugins
plugins.depends = libhive
docs.depends = libhive server
docs.commands = cd ${PWD}; qdoc config.qdocconf
QMAKE_EXTRA_TARGETS += docs
doc.depends = libhive server
doc.commands = cd ${PWD}; qdoc config.qdocconf
QMAKE_EXTRA_TARGETS += doc