freeswitch/libs/yaml/include/Makefile.am
Anthony Minessale 35dc909cf6 Yet Another Mega Labotomy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-30 18:56:29 +00:00

18 lines
389 B
Makefile

INCLUDES = yaml.h
DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
nobase_include_HEADERS = $(INCLUDES)
if DOXYGEN
html: $(INCLUDES) $(DOXYGEN_CFG)
PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
endif
distclean-local:
-rm -rf $(top_builddir)/doc/html
dist-hook: html
cp -a $(top_builddir)/doc/html $(top_distdir)/doc