Add doc/website: our website source code.
[emacs-color-theme.git] / Makefile.defs
blob21e6573411a2d834703f0d7c349cedeef56167bd
1 # -*- Makefile -*-
2 EMACS    = emacs
3 SITEFLAG = --no-site-file
4 OPTIONCOMPILE = -q --no-site-file --batch
6 # XEmacs users will probably want the following settings.
7 #EMACS    = xemacs
8 #SITEFLAG = -no-site-file
10 # Installation options
11 # PREFIX is only used here.
12 PREFIX   = /usr/local
13 ELISPDIR = $(PREFIX)/share/emacs/site-lisp/color-theme-el
14 INFODIR  = $(PREFIX)/info
16 # Command to use to install the Info dir entry
17 # If you're using Debian, uncomment the following line and comment out
18 #the above line.
19 #INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
20 INSTALLINFO = install-info --info-dir=$(INFODIR)
22 # Useful only for the maintainer
23 PROJECT    = color-theme
24 VERSION    = 6.6.0
25 DISTDIR    = $(PROJECT)-$(VERSION)
26 DEBNAME    = $(PROJECT)-el_$(VERSION)
27 TARBALL    = $(DISTDIR).tar.gz
28 ZIPFILE    = $(DISTDIR).zip
30 MANUAL     = 
31 LASTUPLOAD = 6.6.0-3
32 BUILDOPTS  =
34 # DO NOT TOUCH THIS
35 TAG = $(shell echo RELEASE-$(VERSION) | tr '.' '-')
36 CVSMODULE = $(shell cat CVS/Repository)
37 CVSBRANCH = $(shell cvs status color-theme.el |grep "Sticky Tag:"|awk '{print $$3}'|sed 's/(none)/HEAD/')
38 CVSROOT   = $(shell cat CVS/Root)