X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=ec8bbaaeb6fff5e1e30cdcdb476d31ba9ff217f8;hb=ada262a78b2ec12e9697783b27523b8c13b51066;hp=6df1254bd93dbfef5b399deb068225139e186aa0;hpb=d7e2705228d0580a16046a3f3c19f453a035b99d;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 6df1254bd9..ec8bbaaeb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,16 +46,27 @@ rpmdist: dist rm lyx.png; exit $$saved_status doxydoc: - cd sourcedoc; make doxydoc + cd sourcedoc; $(MAKE) doxydoc -lfundoc: - development/tools/gen_lfuns.py src/LyXAction.cpp > lib/doc/LFUNs.lyx +lfundoc: $(srcdir)/lib/doc/LFUNs.lyx + +$(srcdir)/lib/doc/LFUNs.lyx: $(srcdir)/development/tools/gen_lfuns.py $(srcdir)/src/LyXAction.cpp + $(AM_V_GEN)$(PYTHON) $^ >$@ 2>/dev/null keystest: development/keystest/lyx_make.sh +alltests: check alltests-recursive + +alltests-recursive: + cd lib; $(MAKE) alltests-recursive + cd src; $(MAKE) alltests-recursive + +updatetests: + cd src; $(MAKE) updatetests + lgbtags: etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/* -.PHONY: doxydoc +.PHONY: doxydoc alltests alltests-recursive updatetests