File: Makefile.am

package info (click to toggle)
xorg-docs 1%3A1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,248 kB
  • ctags: 79
  • sloc: xml: 21,907; sh: 3,844; makefile: 420
file content (13 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13

if ENABLE_DOCS

# Main DocBook/XML files (DOCTYPE book)
docbook = dps.xml

# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)/graphics

# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

endif ENABLE_DOCS