head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	v1_3:1.1.1.1
	NOX:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2006.02.14.16.50.47;	author vs;	state dead;
branches;
next	1.1;

1.1
date	99.11.26.19.29.56;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.26.19.29.56;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired port www/gnuinfo
@
text
@Index: Makefile
@@@@ -1,9 +1,10 @@@@
 
-INFO_DIRS=\"/usr/info\"
+INFO_DIRS=\"/usr/share/info:/usr/local/info:/usr/X11R6/info\"
 GZIP=\"/usr/bin/gzip\"
 
-CC=gcc
-CFLAGS=-g -Wall -ansi -pedantic -O2 -DINFODIRS=$(INFO_DIRS) -DGZIP=$(GZIP)
+#CC=gcc
+#CFLAGS=-g -Wall -ansi -pedantic -O2 -DINFODIRS=$(INFO_DIRS) -DGZIP=$(GZIP)
+CFLAGS+=-Wall -ansi -pedantic -DINFODIRS=$(INFO_DIRS) -DGZIP=$(GZIP)
 
 VERSION=1.3
 OBJS=info2html.o convert.o
@@@@ -18,7 +19,7 @@@@
 convert.o: convert.c info2html.h
 
 convert.c: convert.lex
-	flex -t convert.lex > convert.c
+	lex -t convert.lex > convert.c
 
 
 install: gnuinfo
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of gnuinfo version 1.3.
A CGI program to convert GNU .info files into html.

PR:		14311
Submitted by:	Juergen Lock <nox@@jelal.kn-bremen.de>
@
text
@@
