1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
#The name of the help document to build.
# This is the filename without the .xml extension.
DOC_MODULE = referencer-plugins
#List any files included in the help document using system entities
# Example: <!ENTITY SYSTEM "chapter1.xml">
DOC_ENTITIES = legal.xml
#List any files that are included in the Xinclude specification
DOC_INCLUDES =
#List of all the figures that are referenced in the help document
DOC_FIGURES =
#List of all the language codes for the languages in which the
# document is translated
DOC_LINGUAS = de
|