projects
/
pazpar2-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:
04864c4
)
Removed / in doc install rule to avoid double-slash (cygwin)
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 10 Jul 2007 09:40:06 +0000
(09:40 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 10 Jul 2007 09:40:06 +0000
(09:40 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
bc4ca7a
..
055a99a
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.5 2007-06-18 12:55:43 adam Exp $
+## $Id: Makefile.am,v 1.6 2007-07-10 09:40:06 adam Exp $
## docdir=$(datadir)/doc/@PACKAGE@
SUBDIRS = common
@@
-69,7
+69,7
@@
dist-hook:
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); \
+ $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \
done
uninstall-hook: