using generic autotools description for all subprojects
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@591 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
do_subst = sed \
|
||||
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
|
||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||
@@ -12,15 +10,14 @@ do_subst = sed \
|
||||
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
|
||||
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
|
||||
|
||||
EXTRA_DIST = README.rst Doxyfile.in example.c
|
||||
EXTRA_DIST = README.rst Doxyfile.in example.c autotools.rst.in
|
||||
|
||||
if DOC_ENABLED
|
||||
.PHONY: doc
|
||||
doc:
|
||||
$(do_subst) < Doxyfile.in > Doxyfile
|
||||
$(DOXYGEN) Doxyfile
|
||||
touch api.rst
|
||||
endif
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
|
||||
clean-local:
|
||||
rm -f Doxyfile
|
||||
rm -f Doxyfile autotools.rst
|
||||
|
||||
@@ -35,13 +35,7 @@ APDUs inside a secure messaging channel established with PACE.
|
||||
Installation
|
||||
============
|
||||
|
||||
npa uses the GNU Build System to compile and install. If you are unfamiliar
|
||||
with it, please have a look at file:`INSTALL`. If you have a look around
|
||||
and can not find it, you are probably working bleeding edge in the repository.
|
||||
Run the following command in the npa directory to get the missing standard
|
||||
auxiliary files::
|
||||
|
||||
autoreconf -i
|
||||
.. include:: autotools.rst
|
||||
|
||||
npa has the following dependencies:
|
||||
|
||||
|
||||
1
npa/doc/autotools.rst.in
Symbolic link
1
npa/doc/autotools.rst.in
Symbolic link
@@ -0,0 +1 @@
|
||||
../../doc/autotools.rst.in
|
||||
Reference in New Issue
Block a user