include a summary in documentation and tools
This commit is contained in:
@@ -29,6 +29,7 @@ do_subst = $(SED) \
|
||||
-e 's,[@]PYTHON[@],$(PYTHON),g' \
|
||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||
-e 's,[@]PACKAGE_SUMMARY[@],$(PACKAGE_SUMMARY),g' \
|
||||
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g'
|
||||
|
||||
$(builddir)/vicc: vicc.in Makefile
|
||||
|
||||
@@ -24,7 +24,7 @@ import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description='''
|
||||
The @PACKAGE_NAME@ emulates different types of smart cards.
|
||||
@PACKAGE_SUMMARY@
|
||||
|
||||
The emulator connects to the virtual smart card reader reader (vpcd). Smart
|
||||
card applications can access the @PACKAGE_NAME@ through the vpcd via PC/SC.
|
||||
|
||||
Reference in New Issue
Block a user