diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-02-11 04:39:58 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-02-11 04:39:58 +0000 |
commit | 1a17357e8b44d340d7c76dea98934d15ee84590e (patch) | |
tree | aca04e28dbece8884d07bdc112126321591966eb /Makefile.am | |
parent | 2fb54ab1054f875cfac0d9352b8c2f60cee18a47 (diff) |
Update me email address in AUTHORS file.
Add doxygen stuff to configure.ac & Makefile.am
E itself not supports basic structure for doxygen (the e.dox.in file may
need updating, and the Doxyfile in docs dir also). This will be handy for
documenting available API calls that people can use when writing modules, etc.
SVN revision: 46068
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8df5af8f0..c1c2b8e53 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -4,7 +4,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | |||
4 | config.h.in config.sub configure install-sh \ | 4 | config.h.in config.sub configure install-sh \ |
5 | ltconfig ltmain.sh missing mkinstalldirs \ | 5 | ltconfig ltmain.sh missing mkinstalldirs \ |
6 | stamp-h.in acconfig.h \ | 6 | stamp-h.in acconfig.h \ |
7 | enlightenment.spec enlightenment.pc | 7 | enlightenment.spec enlightenment.pc \ |
8 | $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 | ||
8 | 9 | ||
9 | EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ | 10 | EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ |
10 | enlightenment.spec.in enlightenment.spec enlightenment.pc | 11 | enlightenment.spec.in enlightenment.spec enlightenment.pc |
@@ -16,3 +17,9 @@ ACLOCAL_AMFLAGS = -I m4 | |||
16 | 17 | ||
17 | pkgconfigdir = $(libdir)/pkgconfig | 18 | pkgconfigdir = $(libdir)/pkgconfig |
18 | pkgconfig_DATA = enlightenment.pc | 19 | pkgconfig_DATA = enlightenment.pc |
20 | |||
21 | .PHONY: doc | ||
22 | |||
23 | doc: | ||
24 | @echo "entering doc/" | ||
25 | make -C doc doc | ||