log Makefile.am @ 15520:f915996325b7

age author description
Sat, 29 Sep 2012 23:10:22 -0700 Rik Makefile.am: Correct EXTRA_DIST to export bootstrap_gnulib.conf.
Tue, 18 Sep 2012 15:32:50 -0700 Rik build: Rename autogen.sh script to bootstrap to conform to GNU guidelines.
Tue, 04 Sep 2012 21:10:23 -0700 Rik configure.ac: Conditionally build GUI using same construct as conditionally building DOCs.
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
Thu, 30 Aug 2012 20:22:19 -0700 Rik maint: Update Makefile.am comments to refer to Octave (program) rather than octave (command).
Sat, 18 Aug 2012 18:10:09 -0400 John W. Eaton rename gui directory to libgu
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src
Sat, 11 Aug 2012 11:47:03 -0400 John W. Eaton allow building without gui to work gui
Fri, 10 Aug 2012 10:27:32 -0400 John W. Eaton include gui in default Octave binary gui
Sun, 05 Aug 2012 16:43:55 -0400 John W. Eaton more tweaks for the gui build gui
Sun, 05 Aug 2012 20:04:53 +0100 Michael Goffioul Further integration of GUI in the build system. gui
Fri, 18 May 2012 13:09:07 -0700 Rik build: Enable Autotools 'distcheck' target to complete successfully.
Sun, 04 Mar 2012 14:42:19 -0800 Rik build: Don't build DOCSTRINGS files when --disable-docs specified.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 19 Jun 2011 12:51:36 -0400 John W. Eaton * Makefile.am (CLEANFILES): Remove $(bin_PROGRAMS) stable
Tue, 14 Jun 2011 12:54:28 -0400 John W. Eaton maint: don't remove distributed files with make distclean target stable
Sun, 12 Jun 2011 07:01:42 -0700 Rik maint: Change .gdbinit Makefile.am rule to be silent stable
Sun, 12 Jun 2011 06:50:06 -0700 Rik maint: Restore auto-generation of ChangeLog file lost in directory reorginization stable
Fri, 10 Jun 2011 14:35:42 -0400 John W. Eaton maint: clean up top-level directory stable
Wed, 08 Jun 2011 22:10:34 -0700 Rik maint: Remove built file ChangeLog with distclean target stable
Wed, 08 Jun 2011 21:40:35 -0700 Rik maint: Distribute README.MinGW and README.gnuplot stable
Wed, 08 Jun 2011 10:39:07 -0700 Rik maint: Update various Makefile.am to no longer distribute ChangeLog file stable
Tue, 19 Apr 2011 21:52:56 -0400 John W. Eaton maint: generate ChangeLog automatically stable
Tue, 22 Feb 2011 13:26:05 -0800 Rik [mq]: check
Fri, 04 Feb 2011 12:52:41 -0800 Rik Add .ico logo left out of icons changset.
Tue, 25 Jan 2011 13:40:26 -0800 Rik Directly update AUTHORS, BUGS, INSTALL.OCTAVE files rather than running multiple 'make subdir' operations.
Tue, 25 Jan 2011 04:10:40 -0500 John W. Eaton Makefile.am (EXTRA_DIST): remove ROADMAP from the list
Mon, 24 Jan 2011 21:41:24 -0800 Rik Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Tue, 04 Jan 2011 14:23:11 -0800 Rik Remove obsolete documentation files README.MSVC and INSTALL.Windows
Fri, 24 Dec 2010 07:19:01 -0800 Ben Abbott Update build instructions in README.MacOS
Mon, 20 Dec 2010 14:59:41 -0800 Rik Remove obsolete documentation files SENDING-PATCHES and README.Cray
Fri, 19 Nov 2010 21:36:27 -0500 John W. Eaton don't install run-octave script
Fri, 22 Oct 2010 04:43:50 -0400 John W. Eaton include boostrap and bootstrap.conf in distributed tar files
Thu, 23 Sep 2010 03:15:33 -0400 John W. Eaton eliminate octave-bug script/program
Sat, 18 Sep 2010 15:25:44 -0400 John W. Eaton Makefile.am (BUILT_SOURCES): include run-octave in the list
Thu, 16 Sep 2010 06:30:15 -0400 John W. Eaton makefile rules for compiled auxiliary programs
Thu, 05 Aug 2010 07:51:16 -0700 Rik Remove emacs directory from Mercurial.
Fri, 30 Jul 2010 10:43:54 -0700 Rik Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Thu, 08 Apr 2010 14:46:37 -0400 Marco Atzeri Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Thu, 25 Feb 2010 12:02:39 -0500 John W. Eaton add gdbinit file to sources
Wed, 13 Jan 2010 03:40:45 -0500 John W. Eaton allow building of docs to be disabled
Sat, 19 Dec 2009 23:35:29 -0800 Rik Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Sat, 19 Dec 2009 23:17:57 -0800 Rik Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Fri, 11 Dec 2009 11:21:06 -0800 Rik Remove various install-local targets in favor of using automake syntax for installation
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Tue, 08 Dec 2009 15:25:05 -0800 Rik Modifications to makefiles to pass distcheck test
Wed, 25 Nov 2009 10:58:55 -0800 Rik Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool