16 lines
274 B
Makefile
16 lines
274 B
Makefile
|
figdir = figures
|
||
|
docname = gramps-manual
|
||
|
lang = de
|
||
|
omffile = gramps-manual-de.omf
|
||
|
entities = legal.xml\
|
||
|
getstart.xml\
|
||
|
mainwin.xml\
|
||
|
usage.xml\
|
||
|
custom.xml\
|
||
|
faq.xml\
|
||
|
keybind.xml\
|
||
|
filtref.xml\
|
||
|
cmdline.xml
|
||
|
include $(top_srcdir)/doc/xmldocs.make
|
||
|
dist-hook: app-dist-hook
|