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
|
# Copyright (C) 2007 Ted Williams (wa0eir) <wa0eir@mchsi.com>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EXTRA_DIST = twclock.desktop doc/en/twclock.1
SUBDIRS = src
dist_man_MANS = twclock.1
doc_DATA = THANKS changelog README
desktopdir = $(datadir)/applications
desktop_DATA = twclock.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = src/icons/twclock.png src/icons/twclock.xpm
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
appdefaultdir = @appdefaultdir@
dist_appdefault_DATA = src/Twclock
changelog: ChangeLog
ln ChangeLog changelog
|