pkcs15-profile.5 $(pkgdatadir) fix

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@597 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-05-08 06:50:45 +00:00
parent 33b5cf69a5
commit 0820a4ccc4
3 changed files with 8 additions and 4 deletions

View File

@ -1028,10 +1028,14 @@ OPENSC_CFLAGS=""
AC_SUBST(OPENSC_LIBS)
AC_SUBST(OPENSC_CFLAGS)
pkgdata=`eval echo ${datadir}/${PACKAGE}` ; pkgdata=`eval echo ${pkgdata}`
AC_SUBST(pkgdata)
AC_OUTPUT([
Makefile
aclocal/Makefile
docs/Makefile
docs/pkcs15-profile.5
etc/Makefile
src/Makefile
src/common/Makefile

View File

@ -1,8 +1,8 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in pkcs15-profile.5
man_MANS = pkcs15-crypt.1 pkcs15-init.1 \
pkcs15-profile.5 \
pkcs15.7
EXTRA_DIST = $(man_MANS) pkcs-15v1_1.asn
EXTRA_DIST = $(man_MANS) pkcs15-profile.5.in pkcs-15v1_1.asn

View File

@ -23,8 +23,8 @@ required during card intialization, such as location of
PIN files, key references etc.
.PP
Profiles currently reside in
.\" XXX FIXME this should really be set to $(pkgdatadir)
.B /usr/share/opensc .
.PP
.B @pkgdata@
.SH SYNTAX
This section should contain information about the profile
syntax. Will add this soonishly.