summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/navydocs/navydocs.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-06 20:32:03 +0000
committerKarl Berry <karl@freefriends.org>2016-07-06 20:32:03 +0000
commit257e240d1440f847d71bb47619bdc83966a62b5c (patch)
treee37e07a3a8e3eb214c827c9cf5dfea9998df6584 /Master/texmf-dist/source/latex/navydocs/navydocs.ins
parenta694d0d69a58f22441618e5928c32b7f1c0d0189 (diff)
navydocs (6jul16)
git-svn-id: svn://tug.org/texlive/trunk@41643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/navydocs/navydocs.ins')
-rw-r--r--Master/texmf-dist/source/latex/navydocs/navydocs.ins94
1 files changed, 94 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/navydocs/navydocs.ins b/Master/texmf-dist/source/latex/navydocs/navydocs.ins
new file mode 100644
index 00000000000..22b12a56d48
--- /dev/null
+++ b/Master/texmf-dist/source/latex/navydocs/navydocs.ins
@@ -0,0 +1,94 @@
+%%
+%% This is file `navydocs.ins', the installation file for the `navydocs'
+%% package.
+%%
+%% Copyright (C) 2016 Peter Andrew Rochford.
+%%
+%% The navydocs package may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version. The latest
+% version of this license can be found at:
+%% https://latex-project.org/lppl/
+%%
+%% This package consists of the files Makefile, navydocs.dtx, and
+%% navydocs.ins.
+%%
+%% The navydocs package is distributed in the hope that it will be
+%% useful, but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed
+%% or implied, including, but not limited to, the implied warranties of
+%% MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+%% Project Public License for more details.
+
+\def\batchfile{navydocs.ins}
+\input docstrip.tex
+
+\keepsilent
+\preamble
+
+Copyright (C) 2016 Peter Andrew Rochford.
+
+This file is NOT the source for navydocs, because almost all comments
+have been stripped from it. It is NOT the preferred form of navydocs for
+making modifications to it.
+
+Therefore you can NOT redistribute and/or modify THIS file. You can
+however redistribute the complete source package (Makefile, navydocs.dtx
+and navydocs.ins) and/or modify it under the terms of the LaTeX Project
+Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license can be found at:
+https://latex-project.org/lppl/
+
+The navydocs package is distributed in the hope that it will be useful,
+but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed or
+implied, including, but not limited to, the implied warranties of
+MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+Project Public License for more details.
+
+\endpreamble
+\declarepreamble\samplepreamble
+
+Copyright (C) 2016 Peter Andrew Rochford.
+
+This file is NOT the source for sampleNavyReport, because almost all comments
+have been stripped from it. It is NOT the preferred form of sampleNavyReport
+for making modifications to it.
+
+Therefore you can NOT redistribute and/or modify THIS file. You can
+however redistribute the complete source package (Makefile, navydocs.dtx
+and navydocs.ins) and/or modify it under the terms of the LaTeX Project
+Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license can be found at:
+https://latex-project.org/lppl/
+
+The navydocs package is distributed in the hope that it will be useful,
+but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed or
+implied, including, but not limited to, the implied warranties of
+MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+Project Public License for more details.
+
+\endpreamble
+\keepsilent
+
+% programs and packages
+
+\generate{ \file{navydocs.sty}{\from{navydocs.dtx}{package}}
+ \usepreamble\samplepreamble
+ \file{sampleNavyReport.tex}{\from{navydocs.dtx}{sample}}
+}
+
+\ifToplevel{
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* files into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space navydocs.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the file `navydocs.dtx'}
+\Msg{* through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{*}
+\Msg{***********************************************************}
+}
+ \ No newline at end of file