Commit 82a6acc4 authored by Martin Szulecki's avatar Martin Szulecki

Add generation of documentation using "make docs"

parent 6873c7ea
......@@ -4,3 +4,12 @@ SUBDIRS = libcnary src include tools $(CYTHON_SUB) test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist.pc libplist++.pc
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm -rf docs
doxygen doxygen.cfg
docs: doxygen.cfg docs/html
clean-local:
rm -rf docs
......@@ -534,8 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = src \
include/plist
INPUT = include/plist/plist.h
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment