diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-31 23:11:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-31 23:11:41 +0000 |
commit | 8ba2cf02688200d56e4fe0839a451ef832ce15b6 (patch) | |
tree | fcec1a50903a6e5b939859a1f92e15342636f290 /Build/source/libs/potrace/include/Makefile.am | |
parent | 5d0960aa5419651a9c9b6503e44be2f098831ef1 (diff) |
dvisvgm 2.5, including potrace now bundled with dvisvgm instead of under libs/
git-svn-id: svn://tug.org/texlive/trunk@48527 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/include/Makefile.am')
-rw-r--r-- | Build/source/libs/potrace/include/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/potrace/include/Makefile.am b/Build/source/libs/potrace/include/Makefile.am deleted file mode 100644 index 63dd9b588d4..00000000000 --- a/Build/source/libs/potrace/include/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -## Proxy Makefile.am to install potrace headers for TeX Live. -## -## Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> -## -## This file is free software; the copyright holder -## gives unlimited permission to copy and/or distribute it, -## with or without modifications, as long as this notice is preserved. -## -POTRACE_SRC = $(top_srcdir)/$(POTRACE_TREE)/src - -hdr_links = \ - $(POTRACE_SRC)/potracelib.h - -include $(top_srcdir)/../../am/hdr_links.am - |