File: doc.pri

package info (click to toggle)
buteo-syncml 0.5.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,724 kB
  • sloc: cpp: 22,831; sh: 298; xml: 212; perl: 75; makefile: 16
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
DOXYGEN_BIN = $$system(command -v doxygen)
isEmpty(DOXYGEN_BIN):error("Unable to detect doxygen in PATH")

doc.CONFIG = phony
doc.commands = cd $${PWD} && $${DOXYGEN_BIN} Doxyfile
QMAKE_EXTRA_TARGETS += doc
QMAKE_CLEAN += $${PWD}/html/* $${PWD}/buteo-syncml.tag

# Install rules
htmldocs.files = $${PWD}/html/
htmldocs.path = /usr/share/doc/buteo-syncml-doc/
INSTALLS += htmldocs