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_LIBS)
AC_SUBST(OPENSC_CFLAGS) AC_SUBST(OPENSC_CFLAGS)
pkgdata=`eval echo ${datadir}/${PACKAGE}` ; pkgdata=`eval echo ${pkgdata}`
AC_SUBST(pkgdata)
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
aclocal/Makefile aclocal/Makefile
docs/Makefile docs/Makefile
docs/pkcs15-profile.5
etc/Makefile etc/Makefile
src/Makefile src/Makefile
src/common/Makefile src/common/Makefile

View File

@ -1,8 +1,8 @@
# Process this file with automake to create Makefile.in # 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 \ man_MANS = pkcs15-crypt.1 pkcs15-init.1 \
pkcs15-profile.5 \ pkcs15-profile.5 \
pkcs15.7 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. PIN files, key references etc.
.PP .PP
Profiles currently reside in Profiles currently reside in
.\" XXX FIXME this should really be set to $(pkgdatadir) .PP
.B /usr/share/opensc . .B @pkgdata@
.SH SYNTAX .SH SYNTAX
This section should contain information about the profile This section should contain information about the profile
syntax. Will add this soonishly. syntax. Will add this soonishly.