source: CGBLisp/RCS/Makefile,v@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 647 bytes
Line 
1head 1.3;
2access;
3symbols;
4locks; strict;
5comment @# @;
6
7
81.3
9date 2009.01.19.19.20.45; author marek; state Exp;
10branches;
11next 1.2;
12
131.2
14date 2009.01.19.19.19.55; author marek; state Exp;
15branches;
16next 1.1;
17
181.1
19date 2009.01.19.18.52.05; author marek; state Exp;
20branches;
21next ;
22
23
24desc
25@@
26
27
281.3
29log
30@*** empty log message ***
31@
32text
33@# $Id$
34
35TARDIR=.
36
37distrib:
38 tar -X ./exclude-file -zcvf $(TARDIR)/cgb.tgz -C .. CGB
39@
40
41
421.2
43log
44@*** empty log message ***
45@
46text
47@d3 1
48a3 1
49TARDIR=/usr/tmp
50@
51
52
531.1
54log
55@Initial revision
56@
57text
58@d1 1
59a1 1
60# $Id: Makefile,v 1.5 1997/12/21 05:33:54 marek Exp marek $
61a5 1
62 echo 'Version of:' `date` > VERSION
63@
Note: See TracBrowser for help on using the repository browser.