diff options
| author | 2015-01-23 14:42:18 +0100 | |
|---|---|---|
| committer | 2015-01-23 14:42:18 +0100 | |
| commit | 82a6acc44759a4b0afb8110d682bc32edc1fd602 (patch) | |
| tree | 1c8ae881a29c6df803ba4db198843a8a20ee1af4 /Makefile.am | |
| parent | 6873c7ea5a28656bd9f64782412ca717335ef322 (diff) | |
| download | libplist-82a6acc44759a4b0afb8110d682bc32edc1fd602.tar.gz libplist-82a6acc44759a4b0afb8110d682bc32edc1fd602.tar.bz2 | |
Add generation of documentation using "make docs"
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 | |||
| 4 | 4 | ||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 6 | pkgconfig_DATA = libplist.pc libplist++.pc | 6 | pkgconfig_DATA = libplist.pc libplist++.pc |
| 7 | |||
| 8 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h | ||
| 9 | rm -rf docs | ||
| 10 | doxygen doxygen.cfg | ||
| 11 | |||
| 12 | docs: doxygen.cfg docs/html | ||
| 13 | |||
| 14 | clean-local: | ||
| 15 | rm -rf docs | ||
