diff options
Diffstat (limited to 'gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile')
-rw-r--r-- | gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile index f0ded69..7f6f5b1 100644 --- a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile +++ b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile @@ -1,6 +1,6 @@ -# Makefile,v 1.2 1992/04/07 20:49:07 berliner Exp -# Makefile for pcl-cvs release 1.02. -# Copyright (C) 1992 Per Cederqvist +# @(#) Id: dist-makefile,v 1.19 1993/05/31 22:43:45 ceder Exp +# Makefile for pcl-cvs release 1.05. +# Copyright (C) 1992, 1993 Per Cederqvist # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,6 +26,10 @@ lispdir = /usr/local/lib/elisp prefix=/usr/local infodir = $(prefix)/info +# Used to byte-compile files. + +EMACS=emacs + # # The rest of this file should not need to be modified. # @@ -33,8 +37,8 @@ infodir = $(prefix)/info # Just in case... SHELL = /bin/sh -ELFILES = pcl-cvs.el cookie.el elib-dll.el elib-node.el -ELCFILES = pcl-cvs.elc cookie.elc elib-dll.elc elib-node.elc +ELFILES = pcl-cvs.el pcl-cvs-lucid.el +ELCFILES = pcl-cvs.elc pcl-cvs-lucid.elc INFOFILES = pcl-cvs TEXTMPS = pcl-cvs.aux pcl-cvs.log pcl-cvs.toc pcl-cvs.dvi pcl-cvs.cp \ pcl-cvs.fn pcl-cvs.vr pcl-cvs.tp pcl-cvs.ky pcl-cvs.pg \ @@ -45,7 +49,7 @@ INSTALL = install INSTALL_DATA = $(INSTALL) elcfiles: - emacs -batch -l ./compile-all.el -f compile-pcl-cvs + $(EMACS) -batch -l ./compile-all.el -f compile-pcl-cvs all: elcfiles info @@ -67,6 +71,7 @@ info pcl-cvs: pcl-cvs.texinfo pcl-cvs.dvi: pcl-cvs.texinfo tex pcl-cvs.texinfo + tex pcl-cvs.texinfo -texindex pcl-cvs.cp pcl-cvs.fn pcl-cvs.vr pcl-cvs.tp pcl-cvs.ky \ pcl-cvs.pg tex pcl-cvs.texinfo |