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 15:44:24 +0200
commitd7b7787fc046390dc8b74ced4bbb4781d1e64afd (patch)
treeed2d0802cfc9b0f7581310fd02f528b47dc64d23 /Makefile.am
parent023b4d96744145800069ba3342c0b9d7e809304f (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