diff options
author | Dustin Sallings <dustin@spy.net> | 2009-04-17 10:39:02 -0700 |
---|---|---|
committer | Dustin Sallings <dustin@spy.net> | 2009-04-17 16:16:02 -0700 |
commit | 76c1bda378dff025718e617e782b65f1456fd22d (patch) | |
tree | 129fb1abb4354ddf0a035a7905898898ce9417b9 /Makefile.am | |
parent | e4f01d0cf15ff221cf07ea6ee033711013b09d1a (diff) | |
download | memcached-76c1bda378dff025718e617e782b65f1456fd22d.tar.gz |
Added docs target for generating doxygen.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1a2b5c6..62fd1bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,5 +92,8 @@ test: memcached-debug sizes testapp done \ else :; fi +docs: + (cat Doxyfile ; echo "PROJECT_NUMBER=`cat version.num`") | doxygen - + dist-hook: rm -f $(distdir)/*/*~ $(distdir)/t/lib/*~ $(distdir)/*~ |