Fix pa_main_volume_policy lifecycle handling
[profile/ivi/pulseaudio-module-murphy-ivi.git] / doc / Makefile.am
1 MANDEFS  = murphy-audio.x
2 MANUALS  = $(MANDEFS:.x=)
3 TARGETS  =
4 DOCFILES =
5
6 vpath %.xml murphy-audio/db
7
8 include $(PA_MAKE_DOCRULES)
9
10
11 if BUILD_DOCUMENTATION
12 DOCDIRS = murphy-audio
13 endif
14
15 if BUILD_PDF_DOCUMENTS
16 TARGETS += pdf_targets
17 DOCFILES += $(MANDEFS:.x=.pdf)
18 endif
19
20
21 SUBDIRS = $(DOCDIRS)
22
23
24 all-am: $(TARGETS)
25
26 pdf_targets: murphy-audio.pdf
27
28 murphy-audio.pdf: murphy-audio.xml
29
30 clean-local:
31         rm -f *.pdf scripts/*~
32