~zeitgeist/zeitgeist/mimetype-icons

1 by Manish Sinha
Created the basic skeleton of alm
1
## Process this file with automake to produce Makefile.in
2
## Created by Anjuta
3
36 by Rico Tzschichholz
build: Some cleaning and updating, create xz-tarballs from now on
4
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
5
20 by Manish Sinha
Fixed the i18n error, added po to SUBDIRS, added correct file names in POTFILES.in and POTFILES.skip and cleaning up the generated files via EXTRA_DIST
6
SUBDIRS = src data po
1 by Manish Sinha
Created the basic skeleton of alm
7
32 by György Balló
Fixes the activity log manager's doc directory from non-standard $prefix/doc/alm to $docdir
8
almdocdir = ${docdir}
1 by Manish Sinha
Created the basic skeleton of alm
9
almdoc_DATA = \
10
	README\
11
	COPYING\
12
	AUTHORS\
13
	INSTALL\
14
	NEWS
15
36 by Rico Tzschichholz
build: Some cleaning and updating, create xz-tarballs from now on
16
EXTRA_DIST = $(almdoc_DATA)
1 by Manish Sinha
Created the basic skeleton of alm
17
18
# Remove doc directory on uninstall
19
uninstall-local:
20
	-rm -r $(almdocdir)