From 82a6acc44759a4b0afb8110d682bc32edc1fd602 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 23 Jan 2015 14:42:18 +0100 Subject: Add generation of documentation using "make docs" --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2ae4e76..9158682 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.1-32-gdbae