[pkg-opensc-commit] [pkcs11-helper] 31/53: debian minor doc issue
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to tag pkcs11-helper-1.03
in repository pkcs11-helper.
commit 9c89e821db5ac430a5700e55fb0e0d4bbc439b06
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date: Sun Feb 18 17:24:20 2007 +0000
debian minor doc issue
---
distro/debian/README.Debian | 2 +-
man/Makefile.am | 6 ++----
man/{pkcs11-helper.8 => pkcs11-helper-1.8} | 0
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/distro/debian/README.Debian b/distro/debian/README.Debian
index 12a7fa2..ed0f33c 100644
--- a/distro/debian/README.Debian
+++ b/distro/debian/README.Debian
@@ -7,6 +7,6 @@ To build pkcs11-helper follow these steps
2) cd pkcs11-helper-<version>
3) ln -s distro/debian
4) invoke your build tool, e.g.
- dpkg-buildpackage -r fakeroot
+ dpkg-buildpackage -rfakeroot
-- S. Wefel <wefel at informatik.uni-halle.de> Mon, 29 Jan 2007 16:56:30 +0100
diff --git a/man/Makefile.am b/man/Makefile.am
index 144e7a5..36dc22d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -53,8 +53,6 @@ if WIN32
%.8.html:
$(MAN2HTML) < $*.8 > $@
-%.3.html:
- $(MAN2HTML) < $*.3 > $@
nodist_html_DATA=$(shell ls *.[0-9] | sed -r 's/(\.[0-9])/\1.html/g')
@@ -62,9 +60,9 @@ endif
# Must add exist file so automake will add this dependency
if WIN32
-EXTRA_DIST=$(shell ls *.[0-9]) pkcs11-helper.8
+EXTRA_DIST=$(shell ls *.[0-9]) pkcs11-helper-1.8
else
-dist_man_MANS=$(shell ls *.[0-9]) pkcs11-helper.8
+dist_man_MANS=$(shell ls *.[0-9]) pkcs11-helper-1.8
endif
clean-generic:
diff --git a/man/pkcs11-helper.8 b/man/pkcs11-helper-1.8
similarity index 100%
rename from man/pkcs11-helper.8
rename to man/pkcs11-helper-1.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list