using an other version of generate_modules.py that structures the modules slightly better

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@589 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-27 20:55:41 +00:00
parent e2d179e2bf
commit 6fb625d089
2 changed files with 38 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ 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
./generate_modules.py $(top_srcdir)/src/vpicc --dest-dir=api --suffix=rst --no-toc -1
clean-local:
rm -rf api/*