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-06-19 13:06:24 +0200
commitd443bb64844d8863a6085900bcf4226fb58003ec (patch)
tree55013bc06103f965321b444b879dc27003883548 /Makefile.am
parentcf46c63632d37f0f1a6ca7f03e3b9254f3494083 (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