|
Warning: this is an htmlized version!
The original is across this link, and the conversion rules are here. |
# Makefile for GNU eev. # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is part of GNU eev. # # GNU eev is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # # GNU eev 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 GNU eev; see the file COPYING. If not, write to the Free # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # (find-eev "examples/eev-tests.e" "install-beth") # (find-node "(make)Automatic") # (find-node "(make)Makefile Contents" "`#'") # (find-node "(make)Echoing") EEVDIR = $(PWD) EEVTMPDIR = $(PWD)/tmp EEVRCDIR = $(EEVDIR)/rcfiles CHANGE = $(EEVRCDIR)/change default: @echo "There's nothing to make." @echo "Patching of initialization files is now done by eev-rctool." @echo "Read the INSTALL file." clean preinstall uninstall install: @echo Installation and uninstallation of the patches for eev in @echo rcfiles is now done by eev-rctool. Read the INSTALL file. @false # (find-eev "rcfiles/change") # (find-eev "rcfiles/change" "clean") #cleantmp: # cd -rm -fv *.aux *.log *.dvi *.ps ee.eeg ee.gdb ee.tex # (find-fline ".files") # (find-angg ".zshrc" "eev-current") # /tmp/eev-current.tar.gz: (TZ=GMT date; date) > VERSION tar -cvzf $@ $$(cat .files) CVSEMACS = $(HOME)/bigsrc/emacs/src/emacs htmlize.el: cp -v $(S)/http/fly.srk.fer.hr/~hniksic/emacs/htmlize.el . || \ wget http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el htmls: htmlize.el $(CVSEMACS) -fg bisque -bg black -fn fixed -Q -l htmlize-all.el