~a-roehler/python-mode/XEmacs-compat-test

« back to all changes in this revision

Viewing changes to website/docs/Makefile

  • Committer: montanaro
  • Date: 2006-02-04 12:16:32 UTC
  • Revision ID: svn-v3-single1-dHJ1bmsvcHl0aG9uLW1vZGU.:fb98634b-d22b-0410-a57a-e996bee27b70:trunk%2Fpython-mode:417
first cut

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ROOT_DIR=..
 
2
ROOT_OFFSET=docs
 
3
 
 
4
include $(ROOT_DIR)/make.rules
 
5
 
 
6
LOCAL_INCLUDE = 
 
7
 
 
8
SUBDIRS = 
 
9
 
 
10
all: $(SUBDIRS)
 
11
 
 
12
local: $(TARGETS)
 
13
 
 
14
$(TARGETS): links.h
 
15
 
 
16
always:
 
17
        @echo >/dev/null
 
18