Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: Fix doxydoc build
  • Loading branch information
martyone committed Jun 4, 2014
1 parent abc9ed0 commit 08058e4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 23 deletions.
8 changes: 4 additions & 4 deletions Doxyfile → doc/Doxyfile
Expand Up @@ -4,9 +4,9 @@
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Libmeegosyncml
PROJECT_NAME = buteo-syncml
PROJECT_NUMBER =
OUTPUT_DIRECTORY = doc/
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
Expand Down Expand Up @@ -94,7 +94,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = src/
INPUT = ../src/
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \
Expand Down Expand Up @@ -277,7 +277,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE = meegosyncml.tag
GENERATE_TAGFILE = buteo-syncml.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl
Expand Down
2 changes: 1 addition & 1 deletion doc/coverage/build_documentation.sh
Expand Up @@ -32,6 +32,6 @@
#*
#*/
./coverage.sh
cd ../..
cd ..
doxygen Doxyfile

12 changes: 12 additions & 0 deletions doc/doc.pri
@@ -0,0 +1,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
17 changes: 0 additions & 17 deletions doc/doc.pro

This file was deleted.

2 changes: 1 addition & 1 deletion libbuteosyncml.pro
@@ -1,4 +1,4 @@
include(doc/doc.pro)
include(doc/doc.pri)

CONFIG += ordered \
qt \
Expand Down

0 comments on commit 08058e4

Please sign in to comment.