summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-18 15:16:23 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-18 15:16:23 +0000
commit7f57289f99900ee5210f62be55b7109f016eab85 (patch)
tree8328a369c8a9627cb7570d26fc4f7b93ad7ee420 /Makefile.am
parent47ed792cb6ac47b629786157e0b5ccdd7c100410 (diff)
downloadlibevent-7f57289f99900ee5210f62be55b7109f016eab85.tar.gz
r15103@catbus: nickm | 2007-09-18 11:13:09 -0400
Use a dummy target to ensure that doxygen gets rebuilt every time we "make doxygen". svn:r439
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d6d78b90..f89c0bc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,8 @@ man_MANS = event.3 evdns.3
verify: libevent.la
cd test && make verify
-doxygen:
+doxygen: FORCE
doxygen $(srcdir)/Doxyfile
+FORCE:
DISTCLEANFILES = *~