head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2012.01.20.13.03.48;	author arved;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add pcsc-tools, tools for testing PCSC cards and readers

First submission:
PR:		42702
Submitted by:	bms
@
text
@--- Makefile.bak	2009-05-14 20:39:23.000000000 +0200
+++ Makefile	2012-01-20 13:44:11.000000000 +0100
@@@@ -20,7 +20,7 @@@@
 BIN_SCRIPT = ATR_analysis gscriptor scriptor
 MAN = pcsc_scan.1.gz gscriptor.1p.gz scriptor.1p.gz ATR_analysis.1p.gz
 
-all: $(BIN) $(MAN)
+all: $(BIN)
 
 pcsc_scan: pcsc_scan.o
 
@@@@ -33,9 +33,6 @@@@
 	install -d $(DESTDIR)/share/pcsc
 	install -m 644 smartcard_list.txt $(DESTDIR)/share/pcsc
 
-	install -d $(DESTDIR)/share/man/man1/
-	install -m 644 $(MAN) $(DESTDIR)/share/man/man1/
-
 clean:
 	rm -f pcsc_scan.o $(BIN) $(MAN)
 
@
