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