[uim-commit] r553 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Sat Feb 5 08:25:14 PST 2005


Author: yamaken
Date: 2005-02-05 08:25:10 -0800 (Sat, 05 Feb 2005)
New Revision: 553

Modified:
   trunk/scm/Makefile.am
Log:
* scm/Makefile.am
  - clean installed-modules.scm and loader.scm


Modified: trunk/scm/Makefile.am
===================================================================
--- trunk/scm/Makefile.am	2005-02-05 16:03:27 UTC (rev 552)
+++ trunk/scm/Makefile.am	2005-02-05 16:25:10 UTC (rev 553)
@@ -1,6 +1,9 @@
+scmdir = $(datadir)/uim
+
+MOSTLYCLEANFILES = $(GENERATED_SCM_FILES)
 EXTRA_DIST = $(SCM_FILES)
-scmdir = $(datadir)/uim
-scm_DATA = $(SCM_FILES) installed-modules.scm loader.scm
+scm_DATA = $(SCM_FILES) $(GENERATED_SCM_FILES)
+GENERATED_SCM_FILES = installed-modules.scm loader.scm
 SCM_FILES = plugin.scm im.scm im-custom.scm lazy-load.scm init.scm \
  default.scm \
  util.scm key.scm ustr.scm action.scm load-action.scm i18n.scm \



More information about the Uim-commit mailing list