[Pcsclite-cvs-commit] r2412 - trunk/pycsc
Ludovic Rousseau
rousseau at alioth.debian.org
Wed Feb 21 14:59:58 CET 2007
Author: rousseau
Date: 2007-02-21 14:59:57 +0100 (Wed, 21 Feb 2007)
New Revision: 2412
Modified:
trunk/pycsc/Makefile
Log:
add doc: rule
Modified: trunk/pycsc/Makefile
===================================================================
--- trunk/pycsc/Makefile 2007-02-21 13:59:43 UTC (rev 2411)
+++ trunk/pycsc/Makefile 2007-02-21 13:59:57 UTC (rev 2412)
@@ -8,6 +8,7 @@
build: pycsc.c
$(PYTHON) setup.py build
+ cp `find build -name PyCSC`/pycsc.so PyCSC/
install: build
$(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR)
@@ -15,4 +16,9 @@
clean:
$(PYTHON) setup.py clean
rm -rf build
+ rm PyCSC/pycsc.so
+doc: build
+ rm -rf html
+ PYTHONPATH=`find build -name PyCSC` epydoc PyCSC
+
More information about the Pcsclite-cvs-commit
mailing list