Fixed some issues with internationalisation
[pspp-builds.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 AUTOMAKE_OPTIONS = gnits 1.7
4
5 SUBDIRS = m4 doc lib src po config tests intl
6
7 pkgdocdir = $(prefix)/doc/@PACKAGE@
8 pkgdoc_DATA = NEWS README TODO
9 noinst_DATA = AUTHORS THANKS
10
11 DISTCLEANFILES = pref.h
12
13 dist-hook:
14         cp -rp $(top_srcdir)/examples $(distdir)
15
16 # A `private installation' in my terms is just having the appropriate
17 # configuration files in ~/.pspp instead of a global configuration
18 # location.  So I let those files be installed automatically.
19
20 private-install:
21         $(MAKE) private-install -C config
22 private-uninstall:
23         $(MAKE) private-uninstall -C config
24
25 EXTRA_DIST = mkinstalldirs  config.rpath  NEWS ONEWS TODO pref.h.orig configure
26
27 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 
28
29
30 ACLOCAL_AMFLAGS = -I m4