generate man page for vicc

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@754 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-11 18:35:20 +00:00
parent b5f109ac53
commit 00f145acba
2 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
bin_SCRIPTS = vicc
CLEANFILES = $(bin_SCRIPTS)
EXTRA_DIST = vicc.in
MAINTAINERCLEANFILES = $(dist_man1_MANS)
dist_man1_MANS = vicc.1
vpiccdir = $(pythondir)/virtualsmartcard
vpicccardsdir = $(vpiccdir)/cards
@@ -31,3 +34,9 @@ do_subst = $(SED) \
$(builddir)/vicc: vicc.in Makefile
$(do_subst) < $(srcdir)/vicc.in > $(builddir)/vicc
chmod +x $(builddir)/vicc
$(builddir)/vicc.1:
$(HELP2MAN) \
--no-discard-stderr \
--output=$@ \
$(srcdir)/vicc