diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 18:35:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 18:35:34 +0000 |
commit | 49a9cf1b946ab6b38d62f699b6b26ac61a5ad94c (patch) | |
tree | a47d21d6b697b4dd96c7ff6858a92e373be143ae /Build/source/libs/libpaper/Makefile.am | |
parent | 2a046a0d09862b83c0d636529029beb6ee569fbb (diff) |
omit installing paperconf and paperconf.1 for now
git-svn-id: svn://tug.org/texlive/trunk@33478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpaper/Makefile.am')
-rw-r--r-- | Build/source/libs/libpaper/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/libpaper/Makefile.am b/Build/source/libs/libpaper/Makefile.am index 6a12c84eca2..f374bad35dc 100644 --- a/Build/source/libs/libpaper/Makefile.am +++ b/Build/source/libs/libpaper/Makefile.am @@ -1,6 +1,6 @@ ## Proxy Makefile.am to build libpaper for TeX Live. ## -## Copyright (C) 2013, 2014 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2013, 2014 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -33,11 +33,11 @@ libpaper_a_SOURCES = \ LDADD = libpaper.a -bin_PROGRAMS = paperconf +noinst_PROGRAMS = paperconf paperconf_SOURCES = @LIBPAPER_TREE@/src/paperconf.c -man_MANS = paperconf.1 +noinst_MANS = paperconf.1 ## Tests ## |