mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 20:18:03 +02:00
xmlrules.in: Add chunked-html rule to manually generate smaller files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
53f78680c3
commit
8834cd9285
1 changed files with 5 additions and 0 deletions
|
|
@ -56,4 +56,9 @@ SUFFIXES = .xml .ps .pdf .txt .html
|
|||
%.ps: %.xml $(dist_spec_DATA)
|
||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
|
||||
|
||||
chunked-html: $(doc_sources)
|
||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o html xhtml $(doc_sources)
|
||||
|
||||
CLEANFILES += html
|
||||
|
||||
endif HAVE_XMLTO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue