summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 20:30:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 20:30:34 +0200
commitc63ed3f7c6e29720da3e0fed3c94a4569d8e6c71 (patch)
treeb8a4d852eaed7c09ed1868137c13c07e5cdcfa81 /Makefile.am
parentfaaf2528b11653c955d649341fe2eebea6cfa128 (diff)
doxygen: Next try to fix the uninstall handling
Use /* to remove the files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f73ff82d..8c28b81d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ install-data-hook:
uninstall-hook:
cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec}
-DX_CLEAN = doc/{core,gsm,vty,codec}/html/search doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db
+DX_CLEAN = doc/{core,gsm,vty,codec}/html/search/* doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db
endif
MOSTLYCLEANFILES = $(DX_CLEAN)