diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-23 17:36:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-23 17:36:41 -0700 |
commit | 258736fa5371c31bcde7f76f1089f0721c7f2275 (patch) | |
tree | 212523e488beb332dd87b8248c4b02acb110bef4 /Makefile.am | |
parent | bb772fb6c515bcccbde0947ca9fad03b350ae012 (diff) |
Add libXcomposite man page (converted from protocol specs)
Translate protocol specs + header into library/API documentation in
Docbook/XML format
Convert XML -> nroff/man at dist time so that only maintainers and
developers building from git need xmlto installed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8f18770..bb67cf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = src +SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcomposite.pc |