blob: b5a20996fc0475675d30f3d94099e83d9df27682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = gnome-user-share
DOC_ENTITIES =
DOC_INCLUDES = legal.xml
DOC_FIGURES = figures/file-sharing-preferences.png \
figures/sharing-over-the-network.png \
figures/sharing-over-bluetooth.png \
figures/receiving-over-bluetooth.png
DOC_LINGUAS = ca cs de el en_GB es fr it pt_BR ro sl sv zh_CN
-include $(top_srcdir)/git.mk
|