chiark / gitweb /
strayman.dtx (\@makecaption): Reset rather than unbox wide captions.
[strayman] / Project.mk
1 ### -*-makefile-gmake-*-
2 ###
3 ### Package-specfic definitions for the build script
4 ###
5 ### (c) 2020 Straylight
6 ###
7
8 ###----- Licensing notice ---------------------------------------------------
9 ###
10 ### This file is part of the Straylight Manual LaTeX document class.
11 ###
12 ### `strayman' 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 ### `strayman' 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 `strayman'.  If not, write to the Free Software Foundation,
24 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26 ## Package identification.
27 PACKAGE                  = strayman
28
29 ## Installation files.
30 INS                      = strayman.ins
31
32 ## Install all of our output files in the LaTeX directory.
33 pkglatex_FILES          += $(OUT)
34
35 ## Format the licence text.
36 EXTRA                   += gpl.tex
37
38 ###----- That's all, folks --------------------------------------------------