summaryrefslogtreecommitdiff
path: root/desktop-themes/LargePrint/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/LargePrint/Makefile.am')
-rw-r--r--desktop-themes/LargePrint/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop-themes/LargePrint/Makefile.am b/desktop-themes/LargePrint/Makefile.am
deleted file mode 100644
index 67af75b3..00000000
--- a/desktop-themes/LargePrint/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-THEME_NAME=PrintLarge
-THEME_IN_FILES=index.theme.in
-
-@INTLTOOL_THEME_RULE@
-
-themedir = $(datadir)/themes/$(THEME_NAME)
-
-theme_DATA = index.theme
-
-DISTCLEANFILES=index.theme
-EXTRA_DIST=index.theme.in
-
-if CORE_THEMES_ONLY
-install: install-am
- mv $(DESTDIR)$(themedir)/index.theme $(DESTDIR)$(themedir)/index.theme.disabled
-uninstall: uninstall-am
- rm -f $(DESTDIR)$(themedir)/index.theme.disabled
-endif