log doc/module.mk @ 33661:4c378dd47cf2 default tip @

age author description
Fri, 05 Jan 2018 15:50:20 -0800 Rik build: clean doxyhtml/ with "maintainer-clean" target.
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Tue, 05 Jul 2016 15:45:38 -0700 Mike Miller build: don't delete distributed docs on 'make clean' or 'make distclean' (bug #45646)
Wed, 27 Apr 2016 09:31:39 -0400 John W. Eaton split doc/module.mk into separate files for subdirectories
Tue, 19 Apr 2016 15:27:19 +0200 Kai T. Ohlhus Removing Java dialog boxes.
Mon, 04 Apr 2016 14:50:01 -0400 John W. Eaton * doc/module.mk: Distribute src and "generated" octave.css files.
Thu, 25 Feb 2016 09:37:06 -0800 Mike Miller maint: Clean up calls to run-octave in build system
Thu, 18 Feb 2016 12:10:34 -0800 Mike Miller maint: Fix doxygen build system integration
Wed, 17 Feb 2016 13:32:44 -0500 John W. Eaton use top_srcdir, top_builddir, abs_top_srcdir or abs_top_builddir only if needed
Tue, 16 Feb 2016 23:27:29 -0800 Mike Miller maint: Add missing silent rules for generating make files
Tue, 16 Feb 2016 23:08:31 -0800 Mike Miller maint: Run all build shell scripts with SHELL as command interpreter
Sat, 06 Feb 2016 19:18:59 -0500 John W. Eaton also distribute octave.css from source tree
Sat, 06 Feb 2016 22:38:13 +0100 Oliver Heimlich doc: Add octave.css to HTML interpreter manual (patch #8888).
Sun, 31 Jan 2016 08:10:59 -0800 Rik build: Remove stray '@' from rule to built octave.html.
Thu, 21 Jan 2016 13:03:27 -0500 John W. Eaton improve handling of --disable-docs
Tue, 19 Jan 2016 14:38:35 -0500 John W. Eaton use names beginning with '.' for stamp files.
Wed, 13 Jan 2016 17:11:56 -0800 Rik build: Restore dependency of docs on example code.
Fri, 27 Nov 2015 10:46:17 -0500 John W. Eaton eliminate trailing whitespace in source files we maintain
Wed, 18 Nov 2015 21:58:25 -0800 Rik build: Fix broken doc/module.mk rules for spellcheck and undocumented_list.
Fri, 09 Oct 2015 16:25:27 +0200 Pantxo Diribarne Preliminary inclusion of uixx objects properties in the manual (bug #46076)
Sun, 02 Aug 2015 11:14:40 -0400 Mike Miller build: Use $(abs_top_*) in definitions of TEXINPUTS and TEXMFCNF
Sun, 02 Aug 2015 11:05:13 -0400 Mike Miller build: Set TEXMFVAR to ensure TeX cache files can be written to build dir
Sun, 02 Aug 2015 11:01:05 -0400 Mike Miller build: Avoid building pdf and ps outputs simultaneously
Sun, 02 Aug 2015 09:50:43 -0400 Mike Miller build: Adopt Automake's calling conventions for texi2dvi and texi2pdf rules
Wed, 29 Jul 2015 13:50:10 -0700 Rik build: Don't remove built documentation for distclean target (bug #45646).
Sat, 25 Jul 2015 15:25:19 -0400 Mike Miller maint: Delete obsolete find-docstring-files.sh build script
Sat, 25 Jul 2015 14:59:09 -0400 Mike Miller build: Avoid rebuilding distributed docs on directory timestamp (bug #45567)
Sat, 25 Jul 2015 14:55:03 -0400 Mike Miller build: Avoid triggering rebuild of docs when DOCSTRINGS regenerated (bug #45567)
Thu, 23 Jul 2015 20:47:29 -0400 Mike Miller Reapply changes lost from changeset 45d7be391982
Tue, 21 Jul 2015 12:21:36 -0700 Rik Remove all temporary documentation files with 'maintainer-clean' target (bug #45574).