From 656a79f1a09bad0dd75f3425a77f46454f99eab5 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 5 Oct 2008 16:00:40 +0000 Subject: [PATCH] missing file SVN revision: 36447 --- legacy/evil/doc/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 legacy/evil/doc/Makefile.am diff --git a/legacy/evil/doc/Makefile.am b/legacy/evil/doc/Makefile.am new file mode 100755 index 0000000000..d1fd867697 --- /dev/null +++ b/legacy/evil/doc/Makefile.am @@ -0,0 +1,22 @@ + +MAINTAINERCLEANFILES = Makefile.in + +.PHONY: doc + +if EFL_BUILD_DOC + +doc: all + rm -rf html/ latex/ man/ + $(DOXYGEN) + +else + +doc: + @echo "Documentation not built. Run ./configure --help" + +endif + +clean-local: + @rm -rf html/ latex/ man/ + +EXTRA_DIST = Doxyfile