diff options
Diffstat (limited to 'chinese/scim-tables/files/patch-Makefile.in')
-rw-r--r-- | chinese/scim-tables/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/scim-tables/files/patch-Makefile.in b/chinese/scim-tables/files/patch-Makefile.in new file mode 100644 index 000000000..1917380b4 --- /dev/null +++ b/chinese/scim-tables/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sun Oct 30 06:07:39 2005 ++++ Makefile.in Wed Nov 2 21:45:04 2005 +@@ -75,7 +75,7 @@ + uninstall-recursive + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = intl icons m4 po src tables skim ++DIST_SUBDIRS = icons tables + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) +@@ -260,7 +260,7 @@ + EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec + AUTOMAKE_OPTIONS = gnu + @SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim +-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR) ++SUBDIRS = icons tables + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST) + CLEANFILES = *.bak + ACLOCAL_AMFLAGS = -I m4 |