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