diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/eet/doc/Makefile.am | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r-- | libraries/eet/doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/eet/doc/Makefile.am b/libraries/eet/doc/Makefile.am index 12f7073..145376f 100644 --- a/libraries/eet/doc/Makefile.am +++ b/libraries/eet/doc/Makefile.am | |||
@@ -20,6 +20,7 @@ doc: doc-clean | |||
20 | bzip2 -9 $(PACKAGE_DOCNAME).tar | 20 | bzip2 -9 $(PACKAGE_DOCNAME).tar |
21 | rm -rf $(PACKAGE_DOCNAME)/ | 21 | rm -rf $(PACKAGE_DOCNAME)/ |
22 | mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) | 22 | mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) |
23 | @echo "Documentation Package: $(top_builddir)/$(PACKAGE_DOCNAME).tar.bz2" | ||
23 | 24 | ||
24 | clean-local: doc-clean | 25 | clean-local: doc-clean |
25 | 26 | ||
@@ -30,7 +31,7 @@ doc: | |||
30 | 31 | ||
31 | endif | 32 | endif |
32 | 33 | ||
33 | EXTRA_DIST = $(srcdir)/Doxyfile \ | 34 | EXTRA_DIST = $(builddir)/Doxyfile \ |
34 | $(srcdir)/e.css \ | 35 | $(srcdir)/e.css \ |
35 | $(srcdir)/foot.html \ | 36 | $(srcdir)/foot.html \ |
36 | $(srcdir)/head.html \ | 37 | $(srcdir)/head.html \ |