summarylogtreecommitdiffstats
path: root/0004-Makefile-2.13.91+48+gfcb0420.conf.d.patch
blob: 6f57767b939f420e8055113f4c2ac28e3f180a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
--- a/conf.d/Makefile.am	2019-10-30 16:02:58.939228041 -0400
+++ b/conf.d/Makefile.am	2019-10-30 16:09:44.696215561 -0400
@@ -23,30 +23,11 @@
 
 NULL =
 BUILT_SOURCES = 		\
-	README			\
 	35-lang-normalize.conf	\
 	$(NULL)
-DOC_SOURCES = README.in
 DOC_FILES = $(DOC_SOURCES:.in=)
 
-CONF_LINKS = \
-	10-hinting-$(PREFERRED_HINTING).conf	\
-	10-scale-bitmap-fonts.conf \
-	20-unhint-small-vera.conf \
-	30-metric-aliases.conf \
-	40-nonlatin.conf \
-	45-generic.conf \
-	45-latin.conf \
-	49-sansserif.conf \
-	50-user.conf \
-	51-local.conf \
-	60-generic.conf \
-	60-latin.conf \
-	65-fonts-persian.conf \
-	65-nonlatin.conf \
-	69-unifont.conf \
-	80-delicious.conf \
-	90-synthetic.conf
+CONF_LINKS =
 
 EXTRA_DIST = $(template_DATA) $(DOC_SOURCES)
 CLEANFILES = $(DOC_FILES)
@@ -94,27 +75,7 @@
 	80-delicious.conf		\
 	90-synthetic.conf
 
-README: $(srcdir)/README.in
-	sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
-
 35-lang-normalize.conf: ../fc-lang/Makefile.am
 	cd ../fc-lang && $(MAKE) $(AM_MAKEFLAGS) $(top_builddir)/conf.d/35-lang-normalize.conf
 
-install-data-hook:
-	mkdir -p $(DESTDIR)$(configdir)
-	@(echo cd $(DESTDIR)$(configdir);			\
-	  cd $(DESTDIR)$(configdir);				\
-	  for i in $(CONF_LINKS); do				\
-	    echo $(RM) $$i";" ln -s $(templatedir)/$$i .;	\
-	    $(RM) $$i;						\
-	    ln -s $(templatedir)/$$i .;				\
-	  done)
-uninstall-local:
-	@(echo cd $(DESTDIR)$(configdir);			\
-	  cd $(DESTDIR)$(configdir);				\
-	  for i in $(CONF_LINKS); do				\
-	    echo $(RM) $$i;					\
-	    $(RM) $$i;						\
-	  done)
-
 -include $(top_srcdir)/git.mk