File: doc.pri

package info (click to toggle)
buteo-syncfw 0.11.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,704 kB
  • sloc: cpp: 18,406; xml: 396; sh: 34; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DOXYGEN_BIN = $$system(command -v doxygen)
isEmpty(DOXYGEN_BIN):error("Unable to detect doxygen in PATH")

QMAKE_EXTRA_TARGETS += doc
doc.target = doc
doc.CONFIG = phony
doc.commands = cd $${PWD} && $${DOXYGEN_BIN} Doxyfile
doc.depends = FORCE

QMAKE_CLEAN += $${PWD}/html/* $${PWD}/buteo-syncfw.tag

htmldocs.files = $${PWD}/html/
htmldocs.path = /usr/share/doc/buteo-syncfw/
htmldocs.CONFIG += no_check_exist

INSTALLS += htmldocs