mdwtab.dtx: Add a sneaky kern after `\multicolumn'.
[mdwtools] / Project.mk
CommitLineData
5598cad4
MW
1### -*-makefile-gmake-*-
2###
3### Package-specfic definitions for the build script
4###
5### (c) 2020 Mark Wooding
6###
7
8###----- Licensing notice ---------------------------------------------------
9###
10### This file is part of the `mdwtools' LaTeX package collection.
11###
12### `mdwtools' is free software: you can redistribute it and/or modify it
13### under the terms of the GNU General Public License as published by the
14### Free Software Foundation; either version 2 of the License, or (at your
15### option) any later version.
16###
17### `mdwtools' is distributed in the hope that it will be useful, but
18### WITHOUT ANY WARRANTY; without even the implied warranty of
19### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20### General Public License for more details.
21###
22### You should have received a copy of the GNU General Public License
23### along with `mdwtools'. If not, write to the Free Software Foundation,
24### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26## Package identification.
27PACKAGE = mdwtools
28
29## Installation files.
30INS = mdwtools.ins
31
32## Install all of our output files in the LaTeX directory.
33pkglatex_FILES += $(OUT)
34
35## Also format the main `mdwtools.tex' file. Things will depend on this.
36DTX += mdwtools.tex
37EXTRA += mdwtools.tex
38pkglatex_FILES += mdwtools.tex
39
40## Format the licence text.
41EXTRA += gpl.tex
42
43###----- That's all, folks --------------------------------------------------