diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39ee8e8..6761838 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -7,7 +7,11 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | |||
| 7 | pkgconfigdir = $(libdir)/pkgconfig | 7 | pkgconfigdir = $(libdir)/pkgconfig |
| 8 | pkgconfig_DATA = libiphone-1.0.pc | 8 | pkgconfig_DATA = libiphone-1.0.pc |
| 9 | 9 | ||
| 10 | EXTRA_DIST= docs | ||
| 11 | dist-hook: doc | ||
| 12 | |||
| 10 | doc: | 13 | doc: |
| 14 | rm -fr docs | ||
| 11 | doxygen doxygen.cfg | 15 | doxygen doxygen.cfg |
| 12 | 16 | ||
| 13 | indent: | 17 | indent: |
