diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:31:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:31:34 +0000 |
commit | 81f0eba86eca049a6da0619b12d767e51aea3efb (patch) | |
tree | c79156371e154a61737068760ff33adcecc6afcb /Build/source/texk/cjkutils/Makefile.am | |
parent | dc3fd348ac7d0f1baaca908dce2cc184eec884db (diff) |
towards TL2010: texk/cjkutils
git-svn-id: svn://tug.org/texlive/trunk@15975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/Makefile.am')
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.am | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Build/source/texk/cjkutils/Makefile.am b/Build/source/texk/cjkutils/Makefile.am index de851a56737..0f00c645ebe 100644 --- a/Build/source/texk/cjkutils/Makefile.am +++ b/Build/source/texk/cjkutils/Makefile.am @@ -5,13 +5,21 @@ ## ACLOCAL_AMFLAGS = -I ../../m4 -SUBDIRS = conv hbf2gf scripts +# in case of an SVN repository +dist-hook: + rm -rf `find $(distdir) -name .svn` + +SUBDIRS = . conv hbf2gf scripts + +all-local: config.force + +config.force: $(KPATHSEA_DEPEND) + echo timestamp >config.force + $(SHELL) ./config.status --recheck + +DISTCLEANFILES = config.force ## Not used ## EXTRA_DIST = bat -# in case of an SVN repository -dist-hook: - rm -rf `find $(distdir) -name .svn` - |