diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-12-16 17:57:46 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2011-12-16 17:57:46 +0000 |
commit | 2ec59150c89f3a34ba1075b587629112d61e42af (patch) | |
tree | 0dfccce464fcf0e2281d267afdbd4cb29c859212 /doc | |
parent | e4bdee8e874a2032bfd14618798b47293705535e (diff) |
doc: Mark docs generation as "gen"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d4af222..34b5fde 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ doxygen.conf: doxygen.conf.in $(AM_V_GEN) sed -e "s|\@TOPSRCDIR\@|$(top_srcdir)|" $< > $@ doxygen: $(top_srcdir)/libwacom/libwacom.h doxygen.conf - doxygen $(builddir)/doxygen.conf + $(AM_V_GEN) doxygen $(builddir)/doxygen.conf clean-local: rm -rf html |