projects
/
yaz-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:
ed14ef7
)
Fix install doc rule for Automake 1.11
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Sep 2009 11:58:26 +0000
(13:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Sep 2009 11:58:26 +0000
(13:58 +0200)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
51ffeee
..
840281c
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-106,7
+106,7
@@
doc-clean:
install-data-hook:
if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
for p in $$d/*.html; do \
- $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \
done
uninstall-hook: