2008-08-05 09:34:10 -06:00
|
|
|
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 = gparted
|
|
|
|
|
|
|
|
#List any files included in the help document using system entities
|
|
|
|
# Example: <!ENTITY SYSTEM "chapter1.xml">
|
2008-09-01 11:01:14 -06:00
|
|
|
DOC_ENTITIES =
|
2008-08-05 09:34:10 -06:00
|
|
|
|
|
|
|
#List any files that are included in the Xinclude specification
|
|
|
|
DOC_INCLUDES =
|
|
|
|
|
|
|
|
#List of all the figures that are referenced in the help document
|
2009-06-26 10:30:39 -06:00
|
|
|
DOC_FIGURES = figures/gparted_window.png
|
2008-08-05 09:34:10 -06:00
|
|
|
|
|
|
|
#List of all the language codes for the languages in which the
|
|
|
|
# document is translated
|
2010-01-17 13:41:23 -07:00
|
|
|
DOC_LINGUAS = cs de es fr it pt_BR sv th
|