diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-15 15:38:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-15 15:38:27 +0000 |
commit | 342660cefdbcaf02dd26950cd356583679e9e95b (patch) | |
tree | aae338457da065c51a68b2092b994c07a1e29a6b /Build/source/texk/web2c/Makefile.am | |
parent | ec0b24f8e27ead959283a11b62eb9337c23327b0 (diff) |
e-TeX, pTeX, e-pTeX, and trip/trap tests
git-svn-id: svn://tug.org/texlive/trunk@21078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am index 9914a89515f..6fd3d4354c4 100644 --- a/Build/source/texk/web2c/Makefile.am +++ b/Build/source/texk/web2c/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/web2c/ ## -## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 -I m4 @@ -31,6 +31,7 @@ EXTRA_LIBRARIES = EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h DISTCLEANFILES = $(EXTRA_LIBRARIES) CLEANFILES = +TRIPTRAP_CLEAN = TRIPTRAP = bin_links = @@ -124,6 +125,10 @@ triptrap: $(SHELL) $(srcdir)/triptrap-sh $(TRIPTRAP) EXTRA_DIST += triptrap-sh +clean-local: triptrap-clean +.PHONY: triptrap-clean +triptrap-clean: $(TRIPTRAP_CLEAN) + # The environment for making dumps. # No need to specify TEXMF, as ../kpathsea/texmf.cnf should contain # suitable absolute paths at this point. Those are converted to |