mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
doc: use devbook.am for developers documentation
Relocate the docs under the doc subdir. Remove redundant xml subdir. The xmlrules set of makefiles are no longer used. Reviewed-by Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
96c65be39b
commit
0e7f61d72c
10 changed files with 18 additions and 127 deletions
|
|
@ -1,3 +1,15 @@
|
|||
SUBDIRS = dtrace xml
|
||||
SUBDIRS = dtrace
|
||||
|
||||
dist_noinst_DATA = smartsched
|
||||
if ENABLE_DEVEL_DOCS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = Xserver-spec.xml Xinput.xml
|
||||
|
||||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/devbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_DEVEL_DOCS
|
||||
|
||||
EXTRA_DIST = smartsched
|
||||
|
|
|
|||
Loading…
Reference in a new issue