Add link site to gitweb cgi interface instead of bkbits.net
[adesklets.git] / doc / imlib2 / Makefile.am
blob372603113ed07f189631b4c6b594b5514e0a9efe
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