File: Makefile.am

package info (click to toggle)
aghermann 1.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,188 kB
  • sloc: cpp: 27,968; makefile: 495; xml: 20; sh: 18; ansic: 9
file content (42 lines) | stat: -rw-r--r-- 716 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
39
40
41
42
EXTRA_DIST = \
	aghermann.org.in \
	usage.org \
	model.org \
	mc.org \
	swu.org

if DO_EMACS_ORGMODE_CONV
genhtml_DATA = \
	aghermann.html \
	usage.html \
	model.html \
	mc.html \
	swu.html

%.html: %.org
	$(ORGMODE_EMACS) --batch -Q -l org $< -f org-export-as-html

genhtmldir = $(docdir)

img_DATA = \
	img/measurements.png \
	img/measurements-t.png \
	img/annotations.png \
	img/annotations-t.png \
	img/overview-single-episode-with-uc.png \
	img/overview-single-episode-with-uc-t.png \
	img/sf.png \
	img/sf-t.png \
	img/ica.png \
	img/ica-t.png \
	img/mf.png \
	img/mf-t.png \
	img/edfhed-gtk.png \
	img/edfhed-gtk-t.png

imgdir = $(docdir)/img

# don't take images into dist
# EXTRA_DIST += $(img_DATA)
endif