automagically generate documentation of virtualsmartcard

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@588 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-27 20:10:41 +00:00
parent ef367778a4
commit e2d179e2bf
7 changed files with 287 additions and 4 deletions

View File

@@ -1 +1,8 @@
EXTRA_DIST = README.rst
EXTRA_DIST = README.rst generate_modules.py api
.PHONY: doc
doc:
./generate_modules.py $(top_srcdir)/src/vpicc --dest-dir=api --suffix=rst --no-toc
clean-local:
rm -rf api/*