missing file

SVN revision: 36447
This commit is contained in:
Vincent Torri 2008-10-05 16:00:40 +00:00
parent 22d8fefc05
commit 656a79f1a0
1 changed files with 22 additions and 0 deletions

22
legacy/evil/doc/Makefile.am Executable file
View File

@ -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