]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
python: Add documentation generation.
[libsigrok.git] / Makefile.am
index bddae723fc5e01e718b94e48eb447171d5513b6b..648f125fd3580417ebead0c343a277bc4123e763 100644 (file)
@@ -467,6 +467,10 @@ python-install:
 python-clean:
        $(AM_V_at)$(MAKE) python-quietclean
        $(AM_V_at)rm -f $(PDIR)/timestamp
+       $(AM_V_at)rm -rf $(PDIR)/doxy/
+
+python-doc:
+       $(AM_V_at)cd $(PDIR) && doxygen Doxyfile
 
 BUILD_EXTRA += python-build
 INSTALL_EXTRA += python-install