mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 03:38:05 +02:00
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:
parent
ef7518cc62
commit
ab930a5104
2 changed files with 1704 additions and 1666 deletions
|
|
@ -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
|
||||
|
|
|
|||
3364
specs/XIproto.txt
3364
specs/XIproto.txt
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue