X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=7388a4ef50654bc2d3cbcfdf266813c811e7591a;hb=4fb68544c66772dea36d75672d1f15b7cd782eaf;hp=6df1254bd93dbfef5b399deb068225139e186aa0;hpb=d7e2705228d0580a16046a3f3c19f453a035b99d;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 6df1254bd9..7388a4ef50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,16 +46,26 @@ 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 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