X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fimages%2FMakefile.am;fp=doc%2Fhtml%2Fimages%2FMakefile.am;h=33d2dc50edffeb06a3bb5cd281b753a6e47de3fb;hb=51bf608f680c4c2736144ecf9e3c21121ebbef9e;hp=0000000000000000000000000000000000000000;hpb=cd60f85c5d5f00db568a6ba513aad8ae3dfb3dd4;p=gedcom-parse.git diff --git a/doc/html/images/Makefile.am b/doc/html/images/Makefile.am new file mode 100644 index 0000000..33d2dc5 --- /dev/null +++ b/doc/html/images/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in +# $Id$ +# $Name$ + +DOC_FILES = schema.png fromhex.png tohex.png +EXTRA_DIST = $(DOC_FILES) schema.obj fromhex.obj tohex.obj +docdir = $(datadir)/doc/@PACKAGE@-@VERSION@/images + +doc_DATA = $(DOC_FILES) + + +