git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bd3b8
)
quick fix to correct build
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 22 Jul 2008 12:57:15 +0000
(12:57 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 22 Jul 2008 12:57:15 +0000
(12:57 +0000)
org.glite.lb.doc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.doc/Makefile
b/org.glite.lb.doc/Makefile
index
eb4279d
..
47735e6
100644
(file)
--- a/
org.glite.lb.doc/Makefile
+++ b/
org.glite.lb.doc/Makefile
@@
-55,7
+55,7
@@
install:
$(INSTALL) -m 644 LBDG.pdf ${PREFIX}/share/doc/${package}-${version}
# install DG example sources
for p in ${top_srcdir}/examples/*; do \
-
# ${INSTALL} -m 644 "$$p" "${PREFIX}/share/examples/dg"
; \
+
if [ "$$p" == "../examples/CVS" ]; then continue; fi
; \
${INSTALL} -m 644 "$$p" "${PREFIX}/share/doc/${package}-${version}/examples"; \
done