projects
/
yazproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001cad2
)
Fixed 'make distcheck'. Failed due to html files not being removed by
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Oct 2006 09:39:43 +0000
(09:39 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Oct 2006 09:39:43 +0000
(09:39 +0000)
uninstall. Added uinstall-hook for the doc directory.
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
387eb91
..
ca22532
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.14 2006-09-07 10:06:56 adam Exp $
+## $Id: Makefile.am,v 1.15 2006-10-11 09:39:43 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
SUBDIRS = common
@@
-57,3
+57,6
@@
install-data-hook:
for p in $$d/*.html; do \
$(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \
done
+
+uninstall-hook:
+ rm -r $(DESTDIR)/$(docdir)