X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=ceb8d9653a6c9f02ed2cddfda77502cb3b5f06fb;hb=ad6c03fe26b57dd07974b2ff1e1e4ad2739c3d78;hp=5c9e7882b80fb22e2be730ba38437cc3f4351f23;hpb=592deaa42328847d5c059ff97c7c7034ccd5c8e9;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 5c9e7882b8..ceb8d9653a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = config development po $(BOOST) src sourcedoc lib \ EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \ INSTALL.Win32 INSTALL.MacOSX INSTALL.cmake \ README.Win32 README.Cygwin README.localization lyx.1in \ - autogen.sh + autogen.sh CMakeLists.txt po/CMakeLists.txt man_MANS = lyx.1 @@ -48,8 +48,10 @@ rpmdist: dist 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 @@ -57,6 +59,7 @@ keystest: alltests: check alltests-recursive alltests-recursive: + cd lib; $(MAKE) alltests-recursive cd src; $(MAKE) alltests-recursive updatetests: