summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/Makefile.am')
-rw-r--r--Build/source/texk/dvisvgm/Makefile.am41
1 files changed, 0 insertions, 41 deletions
diff --git a/Build/source/texk/dvisvgm/Makefile.am b/Build/source/texk/dvisvgm/Makefile.am
deleted file mode 100644
index 12343286895..00000000000
--- a/Build/source/texk/dvisvgm/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-## $Id$
-# Makefile.am for the TeX Live subdirectory texk/dvisvgm/
-#
-# Copyright 2015-2020 Karl Berry <tex-live@tug.org>
-# Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
-# You may freely use, modify and/or distribute this file.
-#
-# Adapted for TeX Live from original dvisvgm Makefile.am
-# Copyright 2005-2017 Martin Gieseking
-
-## Build in the original source setup.
-SUBDIRS = . $(DVISVGM_TREE)
-DIST_SUBDIRS = $(SUBDIRS)
-
-## We want to re-distribute the whole original dvisvgm source tree.
-EXTRA_DIST = $(DVISVGM_TREE)
-
-## Patches applied to the original source tree
-EXTRA_DIST += TLpatches
-
-# We want to install the man page, but the upstream doc/Makefile.am
-# does lots of other stuff.
-man_MANS = $(dvisvgm_srcdir)/doc/dvisvgm.1
-
-# Files not to be distributed
-include $(srcdir)/../../am/dist_hook.am
-NEVER_NAMES += $(NEVER_NAMES_SUB)
-
-dvisvgm_dependencies = $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) $(FREETYPE2_DEPEND)
-#
-config.force: $(dvisvgm_dependencies)
- echo timestamp >config.force
- $(SHELL) ./config.status --recheck
-#
-DISTCLEANFILES = config.force CXXLD.sh
-
-## Tests (our trivial one, not the original full test suite).
-##
-TESTS = tests/dvisvgm.test
-tests/dvisvgm.log: $(DVISVGM_TREE)/src/dvisvgm$(EXEEXT)
-EXTRA_DIST += $(TESTS)