Revision 27287 (by juha, 2008/07/14 20:32:07) fix for bug #4200 - orage 4.5.13.9-r27141 install manpages in /usr/man
Also documented procedure alamr limitation to handle standard input
redirection with commands.
bin_PROGRAMS = globaltime

man_MANS =                             		 \
	globaltime.1

if MAINTAINER_MODE
%.1: %.xml
	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif

globaltime_SOURCES =						\
	globaltime.c							\
	globaltime.h							\
	gt_parfile.c							\
	gt_prefs.c

globaltime_CFLAGS =						\
	$(LIBXFCEGUI4_CFLAGS)						\
	-DPACKAGE_DATA_DIR=\""$(datadir)"\"				\
	-DPACKAGE_LOCALE_DIR=\""$(localedir)"\"

globaltime_LDADD =						\
	$(LIBXFCEGUI4_LIBS)						\
	$(LIBXFCEUTIL_LIBS)						\
	$(INTLLIBS) 

EXTRA_DIST =							\
	$(man_MANS)								\
	globaltime.xml


# vi:set ts=8 sw=8 noet ai: