### -*-makefile-gmake-*- ### ### Package-specfic definitions for the build script ### ### (c) 2020 Mark Wooding ### ###----- Licensing notice --------------------------------------------------- ### ### This file is part of the `mdwtools' LaTeX package collection. ### ### `mdwtools' is free software: you can redistribute it and/or modify it ### under the terms of the GNU General Public License as published by the ### Free Software Foundation; either version 2 of the License, or (at your ### option) any later version. ### ### `mdwtools' is distributed in the hope that it will be useful, but ### WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ### General Public License for more details. ### ### You should have received a copy of the GNU General Public License ### along with `mdwtools'. If not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## Package identification. PACKAGE = mdwtools ## Installation files. INS = mdwtools.ins ## Install all of our output files in the LaTeX directory. pkglatex_FILES += $(OUT) ## Also format the main `mdwtools.tex' file. Things will depend on this. DTX += mdwtools.tex EXTRA += mdwtools.tex pkglatex_FILES += mdwtools.tex ## Format the licence text. EXTRA += gpl.tex ###----- That's all, folks --------------------------------------------------