more autotool magic

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@599 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-29 22:44:51 +00:00
parent c1cb30cdc3
commit fc80b5042f
8 changed files with 43 additions and 39 deletions

View File

@@ -13,9 +13,10 @@ do_subst = sed \
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
EXTRA_DIST = README.rst autotools.rst.in questions.rst.in autotools.rst questions.rst
EXTRA_DIST = README.rst.in README.rst autotools.rst.in questions.rst.in autotools.rst questions.rst
.PHONY: doc
doc:
$(do_subst) < autotools.rst.in > autotools.rst
$(do_subst) < questions.rst.in > questions.rst
$(do_subst) < README.rst.in > README.rst

View File

@@ -4,9 +4,9 @@
.. _PCSC-lite: http://pcsclite.alioth.debian.org/
**********
pcsc-relay
**********
********************************************************************************
@PACKAGE_NAME@
********************************************************************************
:Authors:
- Dominik Oepen <oepen@informatik.hu-berlin.de>