summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:14:27 +0200
commit3c9c099fd11586108f3ca00b14157e8a85a20d33 (patch)
tree51645b0a20eba6d6765ef9a03b9505212d03d9ec /Makefile.am
parentac2d90e8052bc399d0bf04ad520947cab540f59c (diff)
Create a pre-inst-env script
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d16d029..fa46a72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS = . po man
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I. -I$(srcdir)
AM_CFLAGS = $(GUILE_CFLAGS) $(NETTLE_CFLAGS)
+nodist_noinst_SCRIPTS = pre-inst-env
INDENTED =
include src/Makefile.am
@@ -38,3 +39,6 @@ check-indented: $(INDENTED)
if INDENT_CHECK_ENABLED
check-local: check-indented
endif
+
+clean-local:
+ rm -rf xdg-cache-home