only refresh documentation if needed
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@605 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -15,11 +15,14 @@ do_subst = sed \
|
||||
|
||||
EXTRA_DIST = README.rst.in README.rst Doxyfile.in example.c autotools.rst autotools.rst.in questions.rst questions.rst.in
|
||||
|
||||
.PHONY: doc
|
||||
doc:
|
||||
doc: $(top_srcdir)/src/npa/*.h
|
||||
$(do_subst) < Doxyfile.in > Doxyfile
|
||||
$(DOXYGEN) Doxyfile
|
||||
touch api.rst
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
$(do_subst) < questions.rst.in > questions.rst
|
||||
$(do_subst) < README.rst.in > README.rst
|
||||
touch doc
|
||||
|
||||
clean-local:
|
||||
rm -f doc README.rst autotools.rst questions.rst Doxyfile
|
||||
|
||||
@@ -31,7 +31,7 @@ Secure Messaging (SM)
|
||||
=====================
|
||||
|
||||
The complete documentation can be found `here
|
||||
<_static/doxygen-npa/group__sm.html>`_.
|
||||
<_static/doxygen-npa/group__sm.html>`__.
|
||||
|
||||
-----
|
||||
Types
|
||||
@@ -49,7 +49,7 @@ Interface to German identity card (neuer Personalausweis, nPA)
|
||||
==============================================================
|
||||
|
||||
The complete documentation can be found `here
|
||||
<_static/doxygen-npa/group__npa.html>`_.
|
||||
<_static/doxygen-npa/group__npa.html>`__.
|
||||
|
||||
-----
|
||||
Types
|
||||
|
||||
Reference in New Issue
Block a user