projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bafe902
)
Portability good. vapier bad.
author
Michael Jennings
<mej@kainx.org>
Fri, 30 Sep 2005 04:05:43 +0000
(
04:05
+0000)
committer
Michael Jennings
<mej@kainx.org>
Fri, 30 Sep 2005 04:05:43 +0000
(
04:05
+0000)
SVN revision: 17083
legacy/eet/doc/Makefile.am
patch
|
blob
|
history
diff --git
a/legacy/eet/doc/Makefile.am
b/legacy/eet/doc/Makefile.am
index
36cd926
..
5744849
100644
(file)
--- a/
legacy/eet/doc/Makefile.am
+++ b/
legacy/eet/doc/Makefile.am
@@
-24,10
+24,10
@@
clean-local:
# rule to install the documentation in $(docdir)
install-data-local:
@if ! test -d "$(DESTDIR)$(datadir)/$(PACKAGE)"; then \
-
mkdir -p
"$(DESTDIR)$(datadir)/$(PACKAGE)"; \
+
$(mkinstalldirs)
"$(DESTDIR)$(datadir)/$(PACKAGE)"; \
fi
@if ! test -d "$(DESTDIR)$(docdir)"; then \
-
mkdir -p
"$(DESTDIR)$(docdir)"; \
+
$(mkinstalldirs)
"$(DESTDIR)$(docdir)"; \
fi
@cp -pr html/ man/ latex/ xml/ "$(DESTDIR)$(docdir)"