Checkin of new directory structure.
[pspp-builds.git] / config / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3
4 # If you change this, you must also change the corresponding line in
5 # src/Makefile.am
6 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
7
8 pkgsysconf_DATA = devices html-prologue papersize ps-prologue
9 EXTRA_DIST = devices html-prologue papersize ps-prologue
10
11 # A `private installation' in my terms is just having the appropriate
12 # configuration files in ~/.pspp instead of a global configuration
13 # location.  So I let those files be installed automatically.
14
15 private-install:
16         $(mkinstalldirs) $$HOME/.pspp
17         cd $(srcdir); cp $(pkgsysconf_DATA) $$HOME/.pspp
18 private-uninstall:
19         -cd $$HOME/.pspp; rm -f $(pkgsysconf_DATA)
20         -rmdir $$HOME/.pspp
21
22 MAINTAINERCLEANFILES = Makefile.in