1 2if ENABLE_SPECS 3 4# Main DocBook/XML files (DOCTYPE book) 5docbook = libXaw.xml 6 7# Included chapters, appendix, images 8chapters = \ 9 AsciiSink.xml \ 10 AsciiSource.xml \ 11 AsciiText.xml \ 12 Box.xml \ 13 CH1.xml \ 14 CH2.xml \ 15 CH3.xml \ 16 CH4.xml \ 17 CH5.xml \ 18 CH6.xml \ 19 CH7.xml \ 20 Command.xml \ 21 Dialog.xml \ 22 Form.xml \ 23 Grip.xml \ 24 Label.xml \ 25 List.xml \ 26 MenuButton.xml \ 27 Paned.xml \ 28 Panner.xml \ 29 Porthole.xml \ 30 Repeater.xml \ 31 Scrollbar.xml \ 32 SimpleMenu.xml \ 33 Simple.xml \ 34 SmeBSB.xml \ 35 SmeLine.xml \ 36 Sme.xml \ 37 StripChart.xml \ 38 Template_private_header_file.xml \ 39 Template_public_header_file.xml \ 40 Template_widget_source_file.xml \ 41 Template.xml \ 42 TextActions_default_translation_bindings.xml \ 43 TextActions_text_widget_actions.xml \ 44 TextActions.xml \ 45 TextCustom.xml \ 46 TextFuncs.xml \ 47 TextSink.xml \ 48 TextSource.xml \ 49 Text.xml \ 50 Toggle.xml \ 51 TPage_Credits.xml \ 52 Tree.xml \ 53 Viewport.xml 54 55# The location where the DocBook/XML files and their generated formats are installed 56shelfdir = $(docdir) 57 58# Generate DocBook/XML output formats with or without stylesheets 59include $(top_srcdir)/docbook.am 60 61endif ENABLE_SPECS 62