[Pcsclite-git-commit] [pcsc-tools] 02/05: Makefile: install ATR_analysis scriptor gscriptor

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun May 28 20:33:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit f3bc3ba5aa7f3415aeaac4442badaffbf6428446
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue May 23 23:17:34 2017 +0200

    Makefile: install ATR_analysis scriptor gscriptor
    
    Install the Perl scripts and the associated man pages.
---
 Makefile.am | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c3de5a6..42f1c60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,17 @@
+PERL_BINS = ATR_analysis scriptor gscriptor
+PERL_MANPAGES = ATR_analysis.1p scriptor.1p gscriptor.1p
+
 bin_PROGRAMS = pcsc_scan
 pcsc_scan_SOURCES = pcsc_scan.c pcsc_scan.1
 pcsc_scan_CFLAGS = $(PCSC_CFLAGS)
 pcsc_scan_LDADD = $(PCSC_LIBS)
 
+bin_SCRIPTS = $(PERL_BINS)
+
 #  install the man pages
-man_MANS=pcsc_scan.1
+man_MANS = pcsc_scan.1 $(PERL_MANPAGES)
 
-EXTRA_DIST = Changelog
+EXTRA_DIST = Changelog $(PERL_BINS) $(PERL_MANPAGES)
 
 Changelog:
 	git log --stat --decorate=short > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git



More information about the Pcsclite-cvs-commit mailing list