diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-01-19 20:33:09 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-01-19 20:33:09 +0000 |
commit | a62a734a7185d6cefc8b4e3f90069a216c1dde63 (patch) | |
tree | 7b44b2277386e4fbf8bacf7274e1f77fb180e0d0 /Makefile.am | |
parent | 1bb7f1bec16db12771f81d57bebb06edc6100a56 (diff) | |
download | enlightenment-a62a734a7185d6cefc8b4e3f90069a216c1dde63.tar.gz |
e/docs: enable job server, change minor issues with doxyfile.in
e docs are nonexistent anyways :-(
SVN revision: 67361
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26cfe568f7..e574d5ca82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,4 +79,4 @@ pkgconfig_DATA = enlightenment.pc doc: @echo "entering doc/" - make -C doc doc + $(MAKE) -C doc doc |