diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-03-29 20:32:38 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-03-29 20:32:38 +0000 |
commit | 72fab9b0f90099893bc28017af78eb54cc21563d (patch) | |
tree | 1bac8240aa456dc7138aa15525c3ae36563336a7 /docs/reference | |
parent | a24e585475851bb9476398c6e387fb51b7fc950a (diff) | |
download | libgpod-72fab9b0f90099893bc28017af78eb54cc21563d.tar.gz libgpod-72fab9b0f90099893bc28017af78eb54cc21563d.tar.xz libgpod-72fab9b0f90099893bc28017af78eb54cc21563d.zip |
cleanup more of our dirs with make uninstall
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1955 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 36a5720..9ae12d6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -79,3 +79,6 @@ EXTRA_DIST += version.xml.in # Build the documentation when creating tarballs dist-hook-local: $(MAKE) all + +uninstall-hook: + -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) |