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
|
#
# Makefile.am
# main makeile am for GnoTime
#
SUBDIRS = doc gconf glade ghtml po redhat fedora src scripts
# old, obsolete location ??
# Productivitydir = $(datadir)/gnome/apps/Applications
Productivitydir = $(datadir)/applications
Productivity_in_files = gnotime.desktop.in
Productivity_DATA = $(Productivity_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = \
AUTHORS \
COPYING \
ChangeLog \
INSTALL \
NEWS \
TODO \
autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
$(Productivity_in_files) \
$(Productivity_DATA) \
$(top_srcdir)/omf.make \
$(top_srcdir)/xmldocs.make
|