2016-07-08 |
• Ensured that all notes targets are dependent on figures (if present).
Nigel Stanger
committed
on 8 Jul 2016
|
---|---|
2016-04-05 |
• Added --ignore-missing-args to rsync call for images, as there may not be any!
Nigel Stanger
committed
on 5 Apr 2016
|
2016-03-31 |
• Switched to rsync for deploying files, as I started getting “fchmod” errors when using cp to copy to the SMB share. Not sure why it used to work before, as it appears to be a consequence of the remote file system not supporting Unix-style file permissions. (Not due to different versions of SMB, as it was working with the same version one day, then not the next, and there were no intervening updates. Weird)
Nigel Stanger
committed
on 31 Mar 2016
|
• Added rsync to required tools.
Nigel Stanger
committed
on 31 Mar 2016
|
|
2016-03-11 |
|
2016-03-09 |
• Changed default for PAPER_YEAR to current year.
Nigel Stanger
committed
on 9 Mar 2016
|
2016-02-16 |
• Removed paper year from paper-include-path value, as not everyone will have their paper trees organised by year. Safer to assume that the paper root directory exists at the top level of $(ALL_PAPERS_ROOT); use symlinks to achieve this if not.
Nigel Stanger
committed
on 16 Feb 2016
|
2016-02-15 |
• Added paper-include-path stylesheet parameter to (Xe)LaTeX rules.
Nigel Stanger
committed
on 15 Feb 2016
|
• Removed obsolete LATEX_OPTS variable.
Nigel Stanger
committed
on 15 Feb 2016
|
|
• Removed now-obsolete LaTeX option variables for font and paper size; these have been replaced by explicit LaTeX options embedded within the XML document itself.
Nigel Stanger
committed
on 15 Feb 2016
|
|
• Removed now-obsolete LaTeX option variables; these have been replaced by explicit LaTeX options embedded within the XML document itself.
Nigel Stanger
committed
on 15 Feb 2016
|
|
• Replaced obsolete LATEX_OPTS variable with hard-coded default options for now (I don’t remember ever providing custom options for the handbook anyway).
Nigel Stanger
committed
on 15 Feb 2016
|
|
• Removed now-obsolete LaTeX option variables; these have been replaced by explicit LaTeX options embedded within the XML document itself.
Nigel Stanger
committed
on 15 Feb 2016
|
|
2016-02-09 |
Merge branch 'master' of https://github.com/Otago-InfoSci-Database/Handbook
Nigel Stanger
committed
on 9 Feb 2016
|
• Updated documentation.
Nigel Stanger
committed
on 9 Feb 2016
|
|
2015-10-18 |
• Suddenly autoreconf requires the include directory to be explicitly specified with -I. Whuh?
Nigel Stanger
committed
on 18 Oct 2015
|
2015-09-18 |
• Added explicit GNU cp, as the --update flag is useful for only copying files when needed.
Nigel Stanger
committed
on 18 Sep 2015
|
2015-08-10 |
• Added use of lockfile to ensure that there aren’t multiple copies of sitecopy trying to write to the site state file at once. I’m not convinced that this is actually necessary as there should only ever be one instance running at a time, but corruption of the site state file seems to be more common than it should be. We can always remove it again if it doesn’t help.
Nigel Stanger
committed
on 10 Aug 2015
|
2015-02-02 |
• Moved output file specification section to end so that it can use environment variables in the path. (This is also the recommended location for this anyway.)
Nigel Stanger
committed
on 2 Feb 2015
|
2014-08-27 |
• Added a PDF to PDF (rename) rule. (Surprised we never had one before now!)
Nigel Stanger
committed
on 27 Aug 2014
|
2014-08-18 |
• Added conditionals to enable building of PDF from LaTeX using XeLaTeX.
Nigel Stanger
committed
on 18 Aug 2014
|
2014-02-26 |
• Fixed default font size for lectures (should be 11pt, not 12pt).
Nigel Stanger
committed
on 26 Feb 2014
|
• Removed course outline as a target, as it’s no longer part of the handbook.
Nigel Stanger
committed
on 26 Feb 2014
|
|
2014-02-25 |
• Fixed bug with whitespace in LATEX_OPTS variable that caused LaTeX to ignore the options entirely.
Nigel Stanger
committed
on 25 Feb 2014
|
• Switched to using \def instead of \newcommand for pre-\begin{document} definitions, as it seems safer.
Nigel Stanger
committed
on 25 Feb 2014
|
|
2014-02-24 |
• Fixed stupid bug that caused custom LaTeX options to be ignored.
Nigel Stanger
committed
on 24 Feb 2014
|
2014-02-19 |
• Changed the way that LaTeX document class options are handled.
Nigel Stanger
committed
on 19 Feb 2014
|
• Corrected comment on LATEX_OPTS variable.
Nigel Stanger
committed
on 19 Feb 2014
|
|
2014-02-13 |
• Added PAPER_YEAR and PAPER_PERIOD to key variables.
Nigel Stanger
committed
on 13 Feb 2014
|
2014-01-28 |
• Added formal Unicode support to lecture rules, and to lecture and miscellaneous templates.
Nigel Stanger
committed
on 28 Jan 2014
|