summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ea89bbf676027420a9debb781958b4f58b4d878c (plain)
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
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = data src utils doc

MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                       config.h.in config.sub configure install-sh \
		       ltconfig ltmain.sh missing mkinstalldirs \
		       stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \
		       edje.spec depcomp compile edje.pc

### this is all fine and great - but edje should not be going and installing
### data in another software's data dir - it's just wrong. not to mention this
### also breaks make distcheck...
#	if test "x${vimdir}" != "x"; then \
#	  $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
#	  cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
#	fi

bin_SCRIPTS = 

EXTRA_DIST = \
AUTHORS \
COPYING \
COPYING-PLAIN \
autogen.sh \
edje.pc.in \
edje.spec \
edje.spec.in \
README

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = edje.pc

.PHONY: doc

# Documentation

doc:
	@echo "entering doc/"
	make -C doc doc