repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add removing window decorations to FAQ.
[fvwm.git]
/
doc
/
Makefile.am
blob
57f21126bcbb81a642929a8da35b0641930e0205
1
# Author: Scott Smedley
2
3
docdir = @FVWM_DOCDIR@
4
5
HTML_FILES = \
6
index.html allCommands.html groupedCommands.html modules.html style.css
7
EXTRA_DIST = \
8
fvwm.xsl fvwm-man.xsl header.html $(HTML_FILES)
9
10
if FVWM_BUILD_HTMLDOC
11
doc_DATA = \
12
$(HTML_FILES)
13
endif
14
15
16
SUBDIRS = commands images modules docbook-xml docbook-xsl fvwm
17
18
all: $(doc_DATA)