repo.or.cz
/
dia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More honesty about bug 144394, it's not quite fixed yet.
[dia.git]
/
shapes
/
Gane_and_Sarson
/
Makefile.am
blob
8614e85cf18241e6a37a85dc24a6e15c9c30b116
1
2
shapedir = $(pkgdatadir)/shapes
3
4
gasdir = $(shapedir)/Gane_and_Sarson
5
6
SHAPES = \
7
alt-entity.shape \
8
data_store.shape \
9
entity.shape \
10
process.shape \
11
alt-entity.png \
12
data_store.png \
13
entity.png \
14
process.png
15
16
17
EXTRA_DIST = $(SHAPES)
18
19
gas_DATA = $(SHAPES)