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
Jitterbug no more.
[fvwm.git]
/
doc
/
images
/
Makefile.am
blob
4195ab5491514291ea1d8eed09066c0639de6c7d
1
# Author: Scott Smedley
2
3
docdir = @FVWM_DOCDIR@/images
4
EXTRA_DIST = fvwm.logo.png fvwm.logo2.png m.logo.png
5
6
if FVWM_BUILD_HTMLDOC
7
doc_DATA = $(EXTRA_DIST)
8
endif
9
10
SUBDIRS = svg_rendering
11
12
all: $(doc_DATA)