blob: 7fab35fb89254ace63dfc7a213ec5e33e5a33a6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
include $(top_srcdir)/gnome-doc-utils.make
DOC_ID = empathy
DOC_ENTITIES = legal.xml
DOC_FIGURES = \
figures/audio-input-microphone.png \
figures/available.png \
figures/away.png \
figures/busy.png \
figures/camera-web.png \
figures/empathy-main-window.png \
figures/extended-away.png
DOC_PAGES = \
add-account.page \
add-contact.page \
audio-call.page \
audio-video.page \
change-status.page \
create-account.page \
disable-account.page \
group-conversations.page \
index.page \
irc-account.page \
irc-join-pwd.page \
irc-join-room.page \
irc-manage.page \
irc-nick-password.page \
offline-contacts.page \
prob-conn-acctdisabled.page \
prob-conn-auth.page \
prob-conn-name.page \
prob-conn-neterror.page \
prob-conn.page \
remove-account.page \
salut-protocol.page \
send-file.page \
send-message.page \
set-custom-status.page \
share-desktop.page \
status-icons.page \
video-call.page
DOC_LINGUAS = ca cs de el en_GB es fi fr it ru sv
dist-hook: doc-dist-hook
|