diff --git a/Makefile b/Makefile index 558d30596ad200432c19ab54810b19cb1c733543..8700a3b313e1fb3b727b14ec5d18e49305736ce4 100644 --- a/Makefile +++ b/Makefile @@ -728,7 +728,7 @@ menuselect/menuselect: makeopts menuselect/menuselect.c menuselect/menuselect_cu menuselect/gmenuselect: makeopts menuselect/menuselect.c menuselect/menuselect_gtk.c menuselect/menuselect_stub.c menuselect/menuselect.h menuselect/linkedlists.h makeopts @CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect _gmenuselect CONFIGURE_SILENT="--silent" -menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml sounds/sounds.xml build_tools/embed_modules.xml +menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml sounds/sounds.xml build_tools/embed_modules.xml configure @echo "Generating input for menuselect ..." @build_tools/prep_moduledeps > $@ diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index d8a55be3dfd945f47e2a2973933f99a23b8e1cfc..9c0dd22c08bfb32808ec6b5166a64275445aab85 100755 --- a/build_tools/prep_tarball +++ b/build_tools/prep_tarball @@ -7,8 +7,6 @@ make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget -make menuselect-tree - VERSION=`cat .version` sed -i -e "s/ASTERISKVERSION/${VERSION}/" doc/tex/asterisk.tex cd doc/tex && rubber --pdf asterisk.tex