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-05 16:08:50 +0200
commitb616601399c4bcdf60b41d25f304679a0491be78 (patch)
tree49f3db92ac69ae4fd94d63bb32c7dbc1b704ec2d /Makefile.am
parent9fd67ce5251cc6a16e11d01f9e4031111d73e3b0 (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