diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8497095..ecddf2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libslv2.pc dist-hook: dist-check-doxygen + +distclean-local: + rm -rf doc |