projects
/
idzebra-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:
c15b9ab
)
Fix install-data-hook
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 Sep 2002 22:23:22 +0000
(22:23 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 Sep 2002 22:23:22 +0000
(22:23 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
3950d94
..
b2cf38d
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.11 2002-08-30 01:17:10 mike Exp $
+## $Id: Makefile.am,v 1.12 2002-09-16 22:23:22 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
doc_DATA = zebra.html zebra.pdf
@@
-24,7
+24,7
@@
XMLFILES = \
EXTRA_DIST = $(SUPPORTFILES) $(XMLFILES) zebra.pdf
install-data-hook:
- for f in *.html; do \
+ for f in $(srcdir)/*.html; do \
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
done