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:
3da32a5
)
eeze: autotools
author
Jerome Pinot
<ngc891@gmail.com>
Thu, 30 Aug 2012 15:22:36 +0000
(15:22 +0000)
committer
Jerome Pinot
<ngc891@gmail.com>
Thu, 30 Aug 2012 15:22:36 +0000
(15:22 +0000)
eeze/doc/img didn't made it to the dist package because of a missing slash.
Fix this and make the style consistent by removing the lonely $(srcdir).
SVN revision: 75886
legacy/eeze/doc/Makefile.am
patch
|
blob
|
history
diff --git
a/legacy/eeze/doc/Makefile.am
b/legacy/eeze/doc/Makefile.am
index
fefb763
..
aed7b5f
100644
(file)
--- a/
legacy/eeze/doc/Makefile.am
+++ b/
legacy/eeze/doc/Makefile.am
@@
-30,4
+30,4
@@
doc:
endif
-EXTRA_DIST = Doxyfile.in $(wildcard
$(srcdir)
img/*.*) e.css head.html foot.html eeze.dox.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html eeze.dox.in