6418e65253
Approved by: edwin (mentor)
22 lines
839 B
Text
22 lines
839 B
Text
--- Makefile.in.orig Sun Oct 8 08:57:57 2006
|
|
+++ Makefile.in Sat Apr 28 19:10:40 2007
|
|
@@ -75,7 +75,7 @@
|
|
uninstall-recursive
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
-DIST_SUBDIRS = docs intl icons m4 po src tables skim
|
|
+DIST_SUBDIRS = docs intl icons m4 po src skim
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
@@ -259,8 +259,8 @@
|
|
|
|
EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec
|
|
AUTOMAKE_OPTIONS = gnu
|
|
-@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim
|
|
-SUBDIRS = docs intl icons m4 po src tables $(SKIM_SUBDIR)
|
|
+@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =
|
|
+SUBDIRS = docs intl icons m4 po src $(SKIM_SUBDIR)
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
|
|
CLEANFILES = *.bak
|
|
ACLOCAL_AMFLAGS = -I m4
|