mirror of
https://github.com/SwallowOS/xorg_lib_libxfont
synced 2025-12-27 12:51:05 +08:00
The user/specs docs now have external references support. Developers doc are not installed so they do not participate. However, using a similar makefile shared amongst developers document reduces maintenance and is forward looking. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 lines
241 B
Makefile
13 lines
241 B
Makefile
|
|
if ENABLE_DEVEL_DOCS
|
|
if HAVE_XMLTO
|
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
docbook = fontlib.xml
|
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
include $(top_srcdir)/devbook.am
|
|
|
|
endif HAVE_XMLTO
|
|
endif ENABLE_DEVEL_DOCS
|