Re: [E-devel] [patch] missing doxygen files in release tarballs

2012-04-27 Thread The Rasterman
On Fri, 27 Apr 2012 08:53:49 +0900 Jérôme Pinot ngc...@gmail.com said:

 This patch add to EXTRA_DIST essential files for doxygen

in svn! tnx. also backported.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [patch] missing doxygen files in release tarballs

2012-04-26 Thread Jérôme Pinot
Hi,

This patch add to EXTRA_DIST essential files for doxygen
 ecore/doc/Makefile.am  |2 +-
 edje/doc/Makefile.am   |2 +-
 eet/doc/Makefile.am|3 ++-
 elementary/doc/Makefile.am |3 ++-
 emotion/doc/Makefile.am|2 +-
 evas/doc/Makefile.am   |3 ++-
 6 files changed, 9 insertions(+), 6 deletions(-)


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: elementary/doc/Makefile.am
===
--- elementary/doc/Makefile.am  (revision 70512)
+++ elementary/doc/Makefile.am  (working copy)
@@ -129,4 +129,5 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh 
\
+DoxygenLayout.xml examples.dox index.doxy
Index: eet/doc/Makefile.am
===
--- eet/doc/Makefile.am (revision 70512)
+++ eet/doc/Makefile.am (working copy)
@@ -37,4 +37,5 @@
$(srcdir)/foot.html \
$(srcdir)/head.html \
$(wildcard $(srcdir)/img/*.*) \
-   $(srcdir)/eet.dox.in
+   $(srcdir)/eet.dox.in \
+   $(srcdir)/examples.dox
Index: ecore/doc/Makefile.am
===
--- ecore/doc/Makefile.am   (revision 70512)
+++ ecore/doc/Makefile.am   (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in examples.dox
Index: evas/doc/Makefile.am
===
--- evas/doc/Makefile.am(revision 70512)
+++ evas/doc/Makefile.am(working copy)
@@ -37,4 +37,5 @@
$(srcdir)/e.css \
$(srcdir)/head.html \
$(srcdir)/foot.html \
-   $(srcdir)/evas.dox.in
+   $(srcdir)/evas.dox.in \
+   $(srcdir)/examples.dox
Index: edje/doc/Makefile.am
===
--- edje/doc/Makefile.am(revision 70512)
+++ edje/doc/Makefile.am(working copy)
@@ -32,4 +32,4 @@
 endif
 
 EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) \
- $(wildcard examples/*.*)
+ $(wildcard examples/*.*) examples.dox
Index: emotion/doc/Makefile.am
===
--- emotion/doc/Makefile.am (revision 70512)
+++ emotion/doc/Makefile.am (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
examples.dox


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel