[Debian-astro-commits] [gyoto] 175/221: Minor fixes in Python docstring generation

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit c84d32b4eab3d3c1a721218cd5a8329cfcd3400a
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Mon Jan 5 15:51:45 2015 +0100

    Minor fixes in Python docstring generation
---
 python/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/Makefile.in b/python/Makefile.in
index e7ed5e4..20900d6 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -95,7 +95,7 @@ all: $(GYOTO_PYFILES) $(GYOTO_EXTENSIONS)
 	cd ../doc; $(MAKE) doxygen.stamp
 
 gyoto_doc.i: ../doc/xml/index.xml
-	$(PYTHON) $(srcdir)/doxy2swig.py $< $@ || rm $@
+	$(PYTHON) $(srcdir)/doxy2swig.py --no-function-definition $< $@ || rm $@
 
 _gyoto$(PYTHON_EXTENSION_SUFFIX): gyoto_wrap.cxx
 	$(PYTHON) $(srcdir)/setup.py build_ext
@@ -156,7 +156,7 @@ uninstall:
 clean:
 	$(PYTHON) setup.py clean
 	-rm -Rf build
-	-rm gyoto*.py gyoto_wrap*.cxx
+	-rm gyoto*.py gyoto_wrap*.cxx *.pyc gyoto_doc.i
 
 # Clean up the output of configure
 distclean: 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list