sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-08-28 05:57:34 +00:00
commit 88965415ff
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
26235 changed files with 29195616 additions and 0 deletions

View file

@ -0,0 +1,23 @@
if ENABLE_SPECS
# Main DocBook/XML files (DOCTYPE book)
docbook = xim.xml
# Included chapters, appendix, images
chapters = \
dynamicflowsampleseq.svg \
dynamicflow.svg \
eventflow.svg \
sampleprotocolflow1.svg \
sampleprotocolflow2.svg \
staticflowsampleseq.svg \
staticflow.svg
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)/XIM
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
endif ENABLE_SPECS