summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e1bf86f8..90865229 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,4 +55,7 @@ install-data-hook:
uninstall-hook:
cd $(DESTDIR)$(doc_htmldir) && rm -rf {core,gsm,vty,codec}
+DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar
endif
+
+MOSTLYCLEANFILES = $(DX_CLEAN)