dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Only try to delete address if present.
[gedcom-parse.git]
/
doc
/
images
/
Makefile.am
1
## Process this file with automake to produce Makefile.in
2
# $Id$
3
# $Name$
4
5
DOC_FILES = schema.png fromhex.png tohex.png
6
EXTRA_DIST = $(DOC_FILES) schema.obj fromhex.obj tohex.obj
7
docdir = $(datadir)/doc/@PACKAGE@-@VERSION@/images
8
9
doc_DATA = $(DOC_FILES)
10
11
12