specs: enable asciidoc parsing for XIproto.txt

The vast majority of this patch are indentation changes, removing preceding
spaces from text.
Header lines  and some linebreaks to enable list parsing were added.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Peter Hutterer 2011-03-23 13:27:02 +10:00
parent ef7518cc62
commit ab930a5104
2 changed files with 1704 additions and 1666 deletions

View file

@ -2,15 +2,13 @@
if ENABLE_SPECS
if HAVE_ASCIIDOC
doc_DATA = XI2proto.html
dist_doc_DATA = XI2proto.txt
doc_DATA = XI2proto.html XIproto.html
dist_doc_DATA = XI2proto.txt XIproto.txt
%.html: %.txt
$(AM_V_GEN)$(ASCIIDOC) -o $@ $<
CLEANFILES = $(doc_DATA)
EXTRA_DIST = XIproto.txt
endif
endif

File diff suppressed because it is too large Load diff