diff options
author | TORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net> | 2006-11-05 18:22:55 +0100 |
---|---|---|
committer | TORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net> | 2006-11-05 18:22:55 +0100 |
commit | f32c7131cc89c64e09e9a88c5f859824c0dfa54f (patch) | |
tree | e648cc2e36029ec38213719d11a9e9b3cf1abf8a /Makefile.am | |
parent | e3b7009dc0be6515d23fbda9c744082506df4cb0 (diff) |
add xcb.doxygen to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b9f7a1f..65edce1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src tests +SUBDIRS=src tests doc pkgconfigdir = $(libdir)/pkgconfig @@ -48,4 +48,5 @@ xcb-xfixes.pc.in \ xcb-xprint.pc.in \ xcb-xtest.pc.in \ xcb-xv.pc.in \ -xcb-xvmc.pc.in +xcb-xvmc.pc.in \ +xcb.doxygen |