File: Makefile.am

package info (click to toggle)
notify-sharp 0.4.0~r3032-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 824 kB
  • ctags: 458
  • sloc: sh: 3,336; xml: 421; cs: 365; makefile: 85; ansic: 13
file content (38 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (5)
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
DOC_UPDATER = @MONODOCER@ -delete
DOC_ASSEMBLER = @MDASSEMBLER@ --out notify-sharp-docs --ecma

ASSEMBLIES = \
	$(top_builddir)/src/notify-sharp.dll

ASSEMBLIES_BUILD = $(foreach asm,$(ASSEMBLIES),$(addprefix -assembly:,$(asm)))

if BUILD_DOCS

monodocdir = $(DOCDIR)
monodoc_DATA = \
	notify-sharp-docs.zip \
	notify-sharp-docs.tree \
	$(srcdir)/notify-sharp-docs.source

all:

update-docs: $(ASSEMBLIES)
	$(DOC_UPDATER) $(ASSEMBLIES_BUILD) -path:en

notify-sharp-docs.zip notify-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
	$(DOC_ASSEMBLER) $(srcdir)/en

endif

EXTRA_DIST = \
	$(srcdir)/en/*.xml \
	$(srcdir)/en/*/*.xml \
	$(srcdir)/notify-sharp-docs.source

DISTCLEANFILES = \
	notify-sharp-docs.zip \
	notify-sharp-docs.tree

MAINTAINERCLEANFILES = \
	Makefile.in