1## Process this file with automake to produce Makefile.in
2##
3## Makefile.am:	wmakerconf-data
4##
5## Copyright (C) 1998 Ullrich Hafner <hafner@bigfoot.de>
6##
7## $Date: 2002/01/07 19:12:20 $
8## $Author: ulli $
9## $Revision: 1.11 $
10
11AUTOMAKE_OPTIONS = 1.3
12#ACLOCAL_AMFLAGS  = -I /usr/local/share/aclocal
13
14SUBDIRS = po
15
16wmakerconfdatadir = $(datadir)/wmakerconf
17
18wmakerconfdata =
19wmakerconfdata_DATA = WMWmakerconf wmaker-version NLS-TEAM2
20
21EXTRA_DIST = WMWmakerconf WMWmakerconf.gettext wmaker-version NLS-TEAM2 \
22	     gettextize.pl
23
24gettextize WMWmakerconf.gettext: WMWmakerconf
25	perl gettextize.pl <WMWmakerconf >WMWmakerconf.gettext
26
27