X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=874c1ef439eab381a2b7a702e55edb894446834c;hb=d3f9b63d9227cc2fb7b978e4b40b9592c04852ab;hp=ee159bf1056f2b9bfa04f8e402c385252af3897a;hpb=192193db6e4fbda90a840474d4aa2e8762597927;p=uffi.git diff --git a/doc/Makefile b/doc/Makefile index ee159bf..874c1ef 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,24 +5,14 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.1 2002/03/09 19:55:33 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.6 2002/03/14 21:03:12 kevin Exp $ # -# Copyright (c) 2002 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # -# This file is part of UFFI. -# -# UFFI is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License (version 2) as -# published by the Free Software Foundation. -# -# UFFI 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 UFFI; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# UFFI users are granted the rights to distribute and use this software +# as governed by the terms of the Lisp Lesser GNU Public License +# (http://opensource.franz.com/preamble.html), also known as the LLGPL. + # Set to DSSSL @@ -30,14 +20,18 @@ #DSSSL_HTML=/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl #DSSL_PRINT=/usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl -# For RedHat 7.1 -#DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl -#DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl - # For RedHat 7.2 DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/docbook.dsl +# Latest version +#DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/html/docbook.dsl +#DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl + +# Custom version +#DSSSL_HTML=/home/kevin/lisp/docbook/html/lisp.dsl +#DSSSL_PRINT=/home/kevin/lisp/docbook/print/lisp.dsl + # Nothing to configure beyond this point DOCFILE_BASE_DEFAULT=uffi @@ -62,7 +56,7 @@ TMPFILES=${DOCFILE_BASE}.aux ${DOCFILE_BASE}.out ${DOCFILE_BASE}.log dist-doc: html pdf @rm -f ${DVIFILE} ${PSFILE} ${TEXFILE} - @rm *~ + @rm -f *~ all: html pdf ps dvi