/specs/Makefile.am

# · Makefile · 13 lines · 5 code · 5 blank · 3 comment · 1 complexity · 192cf8a71050dbff00b505514686bba6 MD5 · raw file

  1. if ENABLE_SPECS
  2. # Main DocBook/XML files (DOCTYPE book)
  3. docbook = saver.xml
  4. # The location where the DocBook/XML files and their generated formats are installed
  5. shelfdir = $(docdir)
  6. # Generate DocBook/XML output formats with or without stylesheets
  7. include $(top_srcdir)/docbook.am
  8. endif ENABLE_SPECS