Typo.
[adesklets.git] / doc / imlib2 / Makefile.am
blobc74e4ff6be2c5f63c0e8cc0f1bafe0d0cc668252
1 AUTOMAKE_OPTIONS = 1.5
2 EXTRA_DIST = Doxyfile imlib2.c imlib2.css foot.html head.html
4 dist-hook: imlib2_doc
5         -mkdir -p $(distdir)/doc/html
6         mv doc/html $(distdir)/doc/html
8 if DOXYGEN_SUPPORT
9 imlib2_doc:
10         @DOXYGEN@
11         find doc/html -name '*.html' -exec @TIDY@ -q -i -m -asxml \{\} ';'
12 else
13 imlib2_doc:
14         false
15 endif