diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-03 11:03:49 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-03 11:05:27 -0400 |
commit | 35741d9dc745532dc4af37cc07e256392e3880da (patch) | |
tree | c5d06a38c50380c3bb94a967ad683ae743814a43 /specs/Makefile.am | |
parent | 260da6ca1dec9abde11c064d0aeac01f695a1596 (diff) |
specs: convert protocol geproto.txt to DocBook XML
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/Makefile.am')
-rw-r--r-- | specs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index a1acb2e..3e631a1 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -27,6 +27,7 @@ doc_sources = \ dbe.xml \ dpms.xml \ evi.xml \ + geproto.xml \ multibuf.xml \ security.xml \ shape.xml \ @@ -35,7 +36,7 @@ doc_sources = \ tog-cup.xml \ xtest.xml -dist_doc_DATA = $(doc_sources) geproto.txt +dist_doc_DATA = $(doc_sources) if HAVE_XMLTO doc_DATA = $(doc_sources:.xml=.html) |