# HG changeset patch # User John D # Date 1470087068 14400 # Node ID 4b0004dc5941e61fba532df4ce617cc8d0bf89f5 # Parent 4117faf769886269ee970ee90a629d2553709c51 build: update dist rules for out of source build * Makefile.in: mod dist rule for use of TOP_DIR * dist-files.mk: remove refs no longer in sources diff -r 4117faf76988 -r 4b0004dc5941 Makefile.in --- a/Makefile.in Fri Jul 08 10:24:12 2016 -0400 +++ b/Makefile.in Mon Aug 01 17:31:08 2016 -0400 @@ -877,7 +877,7 @@ dist: rm -rf $(distdir) mkdir $(distdir) - $(TAR) cf - $(DIST_FILES) | ( cd $(distdir) ; $(TAR) xpf - ) + ( cd $(TOP_DIR) ; $(TAR) cf - $(DIST_FILES) ) | ( cd $(distdir) ; $(TAR) xpf - ) $(TAR) czf $(distdir).tar.gz $(distdir) include $(TOP_DIR)/binary-dist-rules.mk diff -r 4117faf76988 -r 4b0004dc5941 dist-files.mk --- a/dist-files.mk Fri Jul 08 10:24:12 2016 -0400 +++ b/dist-files.mk Mon Aug 01 17:31:08 2016 -0400 @@ -29,6 +29,7 @@ build-gcc-1-mingw-float.patch \ build-gcc-2-intrinsics.patch \ build-gcc.mk \ + build-gettext.mk \ build-gperf.mk \ build-libtool.mk \ build-m4.mk \ @@ -59,7 +60,6 @@ dcmtk-1-fixes.patch \ dcmtk-2-ming64.patch \ dcmtk.mk \ - default-octave-1-fixes.patch \ default-octave.mk \ devil-1-png.patch \ devil.mk \ @@ -271,6 +271,7 @@ libpaper.mk \ libpng-test.c \ libpng.mk \ + librsb.mk \ librsvg-1-fixes.patch \ librsvg-test.c \ librsvg.mk \ @@ -309,7 +310,6 @@ mdbtools.mk \ mingw-cairo-1-ssize-t-defined.patch \ mingw-cfitsio-1-fixes.patch \ - mingw-default-octave-1-msys-fixes.patch \ mingw-epstool-1-fixes.patch \ mingw-fontconfig-ln_s.patch \ mingw-glib-1-fixes.patch \ @@ -493,6 +493,7 @@ of-signal.mk \ of-sockets-1-cross-fixes.patch \ of-sockets.mk \ + of-sparsersb.mk \ of-specfun.mk \ of-splines.mk \ of-statistics.mk \ @@ -500,7 +501,6 @@ of-strings-1-fixes.patch \ of-strings.mk \ of-struct.mk \ - of-tisean-1-fortran.patch \ of-tisean.mk \ of-tsa-1-cross-fixes.patch \ of-tsa.mk \ @@ -837,6 +837,7 @@ create-screenshot-for-doc \ install-sh \ make-shared-from-static \ + makeinst-script.sh.in \ patch-tool-mxe \ pkg-install.py \ s3-fetch-and-sync \ @@ -853,7 +854,6 @@ dist-files.mk \ index.html \ Makefile.in \ - makeinst-script.sh \ octave-wrapper.in \ octaverc