You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
729 B
25 lines
729 B
SUBDIRS = src data doc po config |
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
|
config.h.in config.sub configure install-sh \ |
|
ltconfig ltmain.sh missing mkinstalldirs \ |
|
stamp-h.in acconfig.h \ |
|
enlightenment.spec enlightenment.pc \ |
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 |
|
|
|
EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ |
|
enlightenment.spec.in enlightenment.spec enlightenment.pc |
|
|
|
filesdir = $(datadir)/enlightenment/ |
|
files_DATA = AUTHORS COPYING |
|
|
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
|
pkgconfigdir = $(libdir)/pkgconfig |
|
pkgconfig_DATA = enlightenment.pc |
|
|
|
.PHONY: doc |
|
|
|
doc: |
|
@echo "entering doc/" |
|
make -C doc doc
|
|
|