mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +01:00
DocBook/XML input source is also a useful output format that can be viewed with an XML viewer or editor and by some O/S help system. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
15 lines
351 B
Makefile
15 lines
351 B
Makefile
|
|
if ENABLE_DOCS
|
|
if XSERVER_DTRACE
|
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
docbook = Xserver-DTrace.xml
|
|
|
|
# The location where the DocBook/XML files and their generated formats are installed
|
|
shelfdir = $(docdir)
|
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
include $(top_srcdir)/docbook.am
|
|
|
|
endif XSERVER_DTRACE
|
|
endif ENABLE_DOCS
|