[pkg-opensc-commit] [pkcs11-helper] 90/253: debian minor doc issue

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:07 UTC 2017


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

eric pushed a commit to branch master
in repository pkcs11-helper.

commit e57d05d9becbb9a658cd21663f13f4dc51774600
Author: Alon Bar-Lev <alon.barlev at gmail.com>
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