File: Makefile.am

package info (click to toggle)
fvwm 1%3A2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,908 kB
  • sloc: ansic: 145,836; xml: 17,096; perl: 7,237; sh: 5,100; makefile: 1,101; yacc: 688; lex: 187; sed: 11
file content (21 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Author: Scott Smedley

docdir = @FVWM_DOCDIR@

HTML_FILES = \
	index.html allCommands.html groupedCommands.html modules.html style.css
EXTRA_DIST = \
	fvwm.xsl fvwm-man.xsl header.html $(HTML_FILES)

if FVWM_BUILD_HTMLDOC
doc_DATA = \
	$(HTML_FILES)
endif

if FVWM_BUILD_MANDOC
SUBDIRS = commands images docbook-xml docbook-xsl fvwm
else
SUBDIRS = commands images docbook-xml docbook-xsl
endif

all: $(doc_DATA)