Added packagekit-qt docs to be generated and uploaded.

This commit is contained in:
Daniel Nicoletti 2009-08-25 13:21:58 -03:00
parent d2257d4b7b
commit b83e9fb64a
2 changed files with 4 additions and 2 deletions

View File

@ -28,4 +28,6 @@ docbook2html ../../../gnome-packagekit/docs/dbus/org.freedesktop.PackageKit.ref.
mv r1.html api-reference-session.html
scp api-reference-session.html $USER@$SERVER:/$LOCATION/gtk-doc/
rm api-reference-session.html
doxygen ../../lib/packagekit-qt/Doxyfile
scp ../packagekit-qt/html/* $USER@$SERVER:/$LOCATION/qt-doc/

View File

@ -38,7 +38,7 @@ PROJECT_NUMBER = 2.0
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = doc
OUTPUT_DIRECTORY = ../../docs/packagekit-qt
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@ -462,7 +462,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = src
INPUT = ../../lib/packagekit-qt/src
# This tag can be used to specify the character encoding of the source files that
# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
# input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.