head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	v1_011:1.1.1.1
	BOWERS:1.1.1;
locks; strict;
comment	@# @;


1.3
date	97.10.29.17.09.56;	author max;	state Exp;
branches;
next	1.2;

1.2
date	96.07.20.22.30.38;	author pst;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.23.13.48;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.10.14.23.13.48;	author pst;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade, 1.017 -> 1.020.
PR:		4611
Submitted by:	 John Peterson <jmp@@havoc.student.umd.edu>
@
text
@*** Makefile.orig	Sat Aug 16 17:10:21 1997
--- Makefile	Thu Oct 30 02:07:26 1997
***************
*** 5,12 ****
  
  SHELL	= /bin/sh
  
! BINDIR	= /usr/local/bin
! MANDIR	= /usr/local/man/man1
  PSROFF	= groff -Tps
  PSVIEW	= ghostview
  RM	= /bin/rm -f
--- 5,14 ----
  
  SHELL	= /bin/sh
  
! PREFIX ?= /usr/local
! BINDIR	= ${PREFIX}/bin
! MANDIR	= ${PREFIX}/man/man1
! LIBDIR  = ${PREFIX}/lib
  PSROFF	= groff -Tps
  PSVIEW	= ghostview
  RM	= /bin/rm -f
***************
*** 16,28 ****
  TARFILE	= $(PROGRAM)-$(VERSION).tar
  TGZ	= $(TARFILE).gz
  
! all: $(PROGRAM) $(PSFILE)
  
  install: $(PROGRAM)
! 	-cp $(PROGRAM) $(BINDIR)
! 	-chmod 755 $(BINDIR)/$(PROGRAM)
! 	-cp $(PROGRAM).1 $(MANDIR)
! 	-chmod 644 $(MANDIR)/$(PROGRAM).1
  
  test:
  	@@./test.pl
--- 18,29 ----
  TARFILE	= $(PROGRAM)-$(VERSION).tar
  TGZ	= $(TARFILE).gz
  
! all: $(PROGRAM)
  
  install: $(PROGRAM)
! 	install -c -m 755 -o bin -g bin $(PROGRAM)   $(BINDIR)
! 	install -c -m 644 -o bin -g bin $(PROGRAM).1 $(MANDIR)
! 	install -c -m 644 -o bin -g bin weblintrc    $(LIBDIR)
  
  test:
  	@@./test.pl
@


1.2
log
@Upgrade to current version
@
text
@d1 2
a2 2
*** Makefile	Fri Jul 28 01:08:16 1995
--- Makefile	Sat Oct 14 16:07:49 1995
d4 3
a6 3
*** 3,10 ****
  #
  VERSION	= 1.017
d13 3
a15 3
--- 3,12 ----
  #
  VERSION	= 1.017
d25 1
a25 1
*** 14,26 ****
d39 1
a39 1
--- 16,27 ----
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
  VERSION	= 1.011
d15 1
a15 1
  VERSION	= 1.011
@


1.1.1.1
log
@weblint - html syntax checker
@
text
@@
