Skip to content

Commit

Permalink
Add generation of documentation using "make docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jan 23, 2015
1 parent 6873c7e commit 82a6acc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions doxygen.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82a6acc

Please sign in to comment.