summaryrefslogtreecommitdiff
path: root/data/styles
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles')
-rw-r--r--data/styles/Makefile.am2
-rw-r--r--data/styles/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am
index 3a5ec06a..31458285 100644
--- a/data/styles/Makefile.am
+++ b/data/styles/Makefile.am
@@ -6,3 +6,5 @@ style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone ope
distclean-local:
rm -f *\~
+uninstall-am:
+ rmdir $(styledir)
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
index 74014486..9aa59d62 100644
--- a/data/styles/Makefile.in
+++ b/data/styles/Makefile.in
@@ -209,6 +209,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
distclean-local:
rm -f *\~
+uninstall-am:
+ rmdir $(styledir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.