xenocara/proto/xextproto/specs/Makefile.am

30 lines
534 B
Makefile
Raw Normal View History

2010-09-04 03:50:09 -06:00
if ENABLE_SPECS
# Main DocBook/XML files (DOCTYPE book)
docbook = \
2011-04-17 09:18:17 -06:00
appgrp.xml \
2010-09-04 03:50:09 -06:00
dbe.xml \
dpms.xml \
evi.xml \
geproto.xml \
2011-04-17 09:18:17 -06:00
lbx.xml \
2010-09-04 03:50:09 -06:00
multibuf.xml \
security.xml \
shape.xml \
shm.xml \
sync.xml \
tog-cup.xml \
xtest.xml
# Included chapters, appendix, images
chapters = appendix.xml
2010-09-04 03:50:09 -06:00
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)
2010-09-04 03:50:09 -06:00
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
2010-09-04 03:50:09 -06:00
endif ENABLE_SPECS