File: doc.pro

package info (click to toggle)
buteo-sync-plugins 0.8.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,076 kB
  • sloc: cpp: 8,130; xml: 755; sh: 207; perl: 82; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DOXYGEN_BIN=doxygen

QT -= gui

QMAKE_EXTRA_TARGETS += doc
doc.target = doc
isEmpty(DOXYGEN_BIN) {
    doc.commands = @echo "Unable to detect doxygen in PATH"
} else {
    doc.commands = @$${DOXYGEN_BIN} Doxyfile;
}
doc.depends = FORCE

# Install rules
htmldocs.files = ../doc/html/
htmldocs.path = /${DEB_DESTDIR}/usr/share/doc/buteo-sync-plugins/
htmldocs.CONFIG += no_check_exist

INSTALLS += htmldocs