log doc/interpreter/Makefile.am @ 14611:f2ed09ae8d3f

age author description
Tue, 08 May 2012 21:03:42 -0700 Rik doc: Produce .texi from .txi files using Perl rather than C++.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Tue, 27 Dec 2011 15:15:41 -0500 Jordi GutiƩrrez Hermoso Initial documentation for broadcasting and general vectorization guidelines stable
Sat, 26 Nov 2011 17:25:05 -0800 Rik doc: Add undocumented functions to manual for 3.6.0 release
Fri, 10 Jun 2011 14:35:42 -0400 John W. Eaton maint: clean up top-level directory stable
Thu, 07 Apr 2011 14:44:01 -0700 Rik Add spellcheck target to documentation Makefile. stable
Fri, 04 Feb 2011 09:06:19 -0800 Rik Add new Octave O logo to Mercurial and build process.
Sun, 30 Jan 2011 22:44:52 -0800 Rik Use pattern-style rules to make .texi files rather than older suffix-style rules.
Wed, 26 Jan 2011 13:13:49 -0800 Rik Remove obsolete octave-bug.1 man page from distribution.
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
Sun, 19 Dec 2010 10:48:52 -0800 Rik Update mk_undocumented_list Makefile target to use $(srcdir) for portability.
Fri, 17 Dec 2010 17:22:09 -0800 Rik Add undocumented_list target to create list of undocumented functions.
Tue, 28 Sep 2010 19:22:01 -0700 Rik Use Octave to create pdf versions of plots for documentation.
Wed, 15 Sep 2010 14:48:09 -0400 John W. Eaton include doc/interpreter/images.awk in the distribution tar file
Fri, 13 Aug 2010 14:58:43 -0700 Rik Update @EXAMPLEFILE dependencies.
Wed, 11 Aug 2010 00:15:47 -0700 Rik Change documentation dependency to $(srcdir)/images.mk for VPATH builds.
Mon, 09 Aug 2010 11:21:00 -0700 Rik Add documentation Makefile dependency on images.mk
Thu, 28 Jan 2010 06:04:15 -0500 John W. Eaton doc/interpreter/obsolete.texi: new file; list removed functions
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Thu, 17 Dec 2009 13:28:29 -0800 Rik Use automake syntax to build munge-texi
Fri, 11 Dec 2009 11:21:06 -0800 Rik Remove various install-local targets in favor of using automake syntax for installation
Thu, 10 Dec 2009 14:41:27 -0800 Rik Replace distdir-local rule with dist-hook rule which is better supported
Thu, 10 Dec 2009 13:09:25 -0800 Rik new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Tue, 08 Dec 2009 15:25:05 -0800 Rik Modifications to makefiles to pass distcheck test
Mon, 07 Dec 2009 14:26:02 -0800 Rik Document use of NOTPARALLEL directive in documentation directory Makefiles
Sun, 06 Dec 2009 20:19:20 -0800 Rik Set dependency of *.texi files on munge-texi source code rather than executable.
Fri, 04 Dec 2009 15:33:51 -0800 Rik remove lingering Makefile.am options for deleted file conf.texi
Fri, 04 Dec 2009 05:04:59 -0500 John W. Eaton make rules to copy png files to html directory
Fri, 04 Dec 2009 03:20:39 -0500 John W. Eaton eliminate doc/conf.texi
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Wed, 02 Dec 2009 16:32:40 -0800 Rik Correct Makefile.am to allow VPATH builds of documentation
Mon, 30 Nov 2009 16:17:04 -0800 Rik Correctly generate *.texi doc files when running in a newly cloned source tree
Mon, 30 Nov 2009 13:25:02 -0500 John W. Eaton doc/interpreter build fixes
Wed, 25 Nov 2009 09:20:23 -0800 Rik Simplify doc-cache handling in Makefile.am to use only install-data-local target
Tue, 24 Nov 2009 11:57:01 -0800 Rik Correct Makefile.am so that make will halt on error when unable to build doc-cache
Mon, 23 Nov 2009 21:27:40 -0800 Rik Stop distribution of conf.texi by autotools
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool