c3b626c960
plugin options (Reports and Tools). * src/build_cmdplug: Add script to refresh the new doc section. * doc/gramps-manual/C/Makefile.am: Ship new file. * doc/gramps-manual/C/gramps-manual.xml: Define new entity. * doc/gramps-manual/C/cmdline.xml: Include new section. * src/Makefile.am: Define new make target (cmdplug). * src/PluginMgr.py: Include human-readable names in CLI plugins registration. * src/Report.py: Allow instantiation of command-line report without adding item-specific options. * src/Tool.py: Allow instantiation of command-line tool without adding item-specific options. * src/plugins/CmdRef.py: Add options for inclusion into the manual and the target filename; Use human-readable names for titles; Add section with common options; Add name option. svn: r5288
20 lines
324 B
Makefile
20 lines
324 B
Makefile
figdir = figures
|
|
docname = gramps-manual
|
|
lang = C
|
|
omffile = gramps-manual-C.omf
|
|
entities = legal.xml\
|
|
getstart.xml\
|
|
preface.xml\
|
|
mainwin.xml\
|
|
usage.xml\
|
|
custom.xml\
|
|
faq.xml\
|
|
keybind.xml\
|
|
filtref.xml\
|
|
cmdline.xml\
|
|
cmdplug.xml\
|
|
bugs.xml\
|
|
authors.xml
|
|
include $(top_srcdir)/doc/xmldocs.make
|
|
dist-hook: app-dist-hook
|