dwww Home | Show directory contents | Find package

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:
 */

Generated by dwww version 1.15 on Sun Jun 16 06:02:17 CEST 2024.