X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=648f125fd3580417ebead0c343a277bc4123e763;hb=6a8c1d68797cbb51cb94436b29ef451a1eab5293;hp=bddae723fc5e01e718b94e48eb447171d5513b6b;hpb=bd4fda24074ce175d23a59cb15cceb19707fe6f1;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index bddae723..648f125f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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