summaryrefslogtreecommitdiff
path: root/.emacs.d/color-theme-6.6.0/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/color-theme-6.6.0/Makefile.defs')
-rw-r--r--.emacs.d/color-theme-6.6.0/Makefile.defs39
1 files changed, 0 insertions, 39 deletions
diff --git a/.emacs.d/color-theme-6.6.0/Makefile.defs b/.emacs.d/color-theme-6.6.0/Makefile.defs
deleted file mode 100644
index eeaba18..0000000
--- a/.emacs.d/color-theme-6.6.0/Makefile.defs
+++ /dev/null
@@ -1,39 +0,0 @@
-# -*- Makefile -*-
-EMACS = emacs
-SITEFLAG = --no-site-file
-OPTIONCOMPILE = -q --no-site-file --batch
-
-# XEmacs users will probably want the following settings.
-#EMACS = xemacs
-#SITEFLAG = -no-site-file
-
-# Installation options
-# PREFIX is only used here.
-PREFIX = /usr/local
-ELISPDIR = $(PREFIX)/share/emacs/site-lisp/color-theme-el
-INFODIR = $(PREFIX)/info
-
-# Command to use to install the Info dir entry
-# If you're using Debian, uncomment the following line and comment out
-#the above line.
-#INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
-INSTALLINFO = install-info --info-dir=$(INFODIR)
-
-# Useful only for the maintainer
-PROJECT = color-theme
-VERSION = 6.6.0
-DISTDIR = $(PROJECT)-$(VERSION)
-DEBNAME = $(PROJECT)-el_$(VERSION)
-TARBALL = $(DISTDIR).tar.gz
-ZIPFILE = $(DISTDIR).zip
-
-MANUAL =
-LASTUPLOAD = 6.6.0-2
-BUILDOPTS =
-
-# DO NOT TOUCH THIS
-TAG = $(shell echo RELEASE-$(VERSION) | tr '.' '-')
-CVSMODULE = $(shell cat CVS/Repository)
-CVSBRANCH = $(shell cvs status color-theme.el |grep "Sticky Tag:"|awk '{print $$3}'|sed 's/(none)/HEAD/')
-CVSBRANCH = $(shell echo rel-$(VERSION) | tr '.' '-')
-CVSROOT = $(shell cat CVS/Root)