Changeset 266 for libyaml/trunk/include/Makefile.am
- Timestamp:
- 01/03/08 22:33:04 (5 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/include/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/include/Makefile.am
r200 r266 1 1 INCLUDES = yaml.h 2 DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg3 2 4 3 nobase_include_HEADERS = $(INCLUDES) 5 4 6 if DOXYGEN7 8 html: $(INCLUDES) $(DOXYGEN_CFG)9 PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)10 11 endif12 13 distclean-local:14 -rm -rf $(top_builddir)/doc/html15 16 dist-hook: html17 cp -a $(top_builddir)/doc/html $(top_distdir)/doc
Note: See TracChangeset
for help on using the changeset viewer.
