head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.04.30.02.45.07;	author james;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.30.02.40.38;	author james;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Added distclean target.  Just depends on clean target.
@
text
@# -*- Mode: Makefile; coding: iso-8859-1 -*-
#
# A stub makefile for e3/docs subdirectories.

all : refcards ssdn2

.PHONY : notes refcards ssdn2 ti-io ti-lispref clean distclean cycle

notes :

refcards :
	cd refcards && make

ssdn2 :
	cd ssdn2 && make ssdn2.ps

# These two aren't done yet, thus the empty rules.
ti-io :

ti-lispref :

clean :
	cd refcards && make clean
	cd ssdn2 && make clean

distclean : clean

cycle : clean all
@


1.1
log
@Docs directory makefile.
@
text
@d7 1
a7 1
.PHONY : notes refcards ssdn2 ti-io ti-lispref clean cycle
d25 2
@

