blob: c7af710340ec6f821f3e750be360f1a52975dd3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = gnome-bluetooth
DOC_ENTITIES = legal.xml
DOC_H_DOCS = C/gnome-bluetooth.xml
DOC_INCLUDES =
DOC_FIGURES = \
figures/bluetooth-applet.png \
figures/bluetooth-properties.png \
figures/bluetooth-wizard.png
DOC_LINGUAS = de es sv
|