diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-08 00:08:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-08 00:08:40 +0000 |
commit | daaf73cce84a5e3a01af71bd2328c039fa2d8445 (patch) | |
tree | 1639ba34af7ef4c6c0c32edc7de5513157fa4b11 /Master/texmf-dist/doc/latex/footnpag/Imakefile | |
parent | 849deadf599d4c3a3b94dfeb1a4fb8e3bba89c75 (diff) |
footnpag doc update (5jan07)
git-svn-id: svn://tug.org/texlive/trunk@3224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnpag/Imakefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnpag/Imakefile | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/footnpag/Imakefile b/Master/texmf-dist/doc/latex/footnpag/Imakefile new file mode 100644 index 00000000000..39fbe631643 --- /dev/null +++ b/Master/texmf-dist/doc/latex/footnpag/Imakefile @@ -0,0 +1,73 @@ +XCOMM $Id: Imakefile,v 2.1 1995/08/04 00:18:32 schrod Exp $ +/* ---------------------------------------------------------------------- */ + +/* + * Imakefile for footnpag bundle + * + * (history at end) + */ + + +/* needed modules */ +#include <TeX.imk> +#include <makeprog.imk> + +#include <install/TeX.imk> + +XCOMM ------------------------------------------------------------ +XCOMM continue in Imakefile + + +/* exported files */ + +MpDoc2TeXTarget(footnpag,sty) + +TeXTarget(latex,footnpag-user) +/* TeXTarget(latex,footnpag-conf) */ + + +/* installation */ + +#ifdef ITI_Site + DESTDIR = /archives/tex/Install +#endif + +InstallTeXLaTeX(misc,footnpag.sty) +InstallTeXDoc(latex/styles,footnpag-user.dvi) +/* InstallTeXDoc(latex/styles/XXX,footnpag-conf.dvi) */ + + +/* internal documentation */ + +TeXFileTarget(latex,footnpag,doc) + + +/* export */ + +export:: all footnpag.dvi + mv footnpag-*.dvi footnpag.sty .. + cp $(HOME)/Notes/README.latex.doc-src README + $(MAKE) realclean + +realclean:: clean + $(RM) Makefile + test -s TODO || $(RM) TODO + + + +/* ============================================================ + * + * $Log: Imakefile,v $ + * Revision 2.1 1995/08/04 00:18:32 schrod + * Made a \LaTeXe{} package from this style option. + * + * User manual is a separate document now, that's better for + * installation. Started to change the distribution into one that + * conforms to the `supported bundle guidelines.' + * + + * ------------------------------------------------------------ + * Local Variables: + * mode: Indented-Text + * End: + */ |