diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-15 21:39:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-15 21:39:16 +0000 |
commit | 4af143877155448dadfe2ac57e4b290a75b9ad49 (patch) | |
tree | dfb58f42700e617639421dc7781524abf6d827b4 /Build/source/libs/potrace/Makefile.am | |
parent | ac696bf78edd670ee0edf00a710abb41e9c3dcb3 (diff) |
use convention pkg-PATCHES/ instead of pkg-src-PATCHES/, for better completion
git-svn-id: svn://tug.org/texlive/trunk@39725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/Makefile.am')
-rw-r--r-- | Build/source/libs/potrace/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/potrace/Makefile.am b/Build/source/libs/potrace/Makefile.am index 5a619b14e30..55765a0cf40 100644 --- a/Build/source/libs/potrace/Makefile.am +++ b/Build/source/libs/potrace/Makefile.am @@ -1,5 +1,6 @@ ## Proxy Makefile.am to build potrace for TeX Live. ## +## Copyright (C) 2016 Karl Berry <tex-live@tug.org> ## Copyright (C) 2013-2015 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder @@ -12,7 +13,7 @@ EXTRA_DIST = $(POTRACE_TREE) ## Changes applied to the original source tree ## -EXTRA_DIST += $(POTRACE_TREE)-PATCHES +EXTRA_DIST += potrace-PATCHES # Files not to be distributed include $(srcdir)/../../am/dist_hook.am |