From 1259e8e34d5a182c9c57e3ce82508603d3761505 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 19 Sep 2008 18:26:06 +0000 Subject: Modified format library to operate on strings rather than files - makes it more flexible. Removed dependencies and unnecessary _to_string functions - use table.concat instead. Changed remove_blanks_comments to parse_lines. Added parse_linesandwords, replace_line, insert_line, and get_line functions from parser.lua and removed parser.lua. Made slight changes to squid and devtools to reflect library changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index eb5c0fd..23a1a31 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -24,7 +24,6 @@ LIB_DIST=fs.lua\ modelfunctions.lua\ cfe.lua\ apk.lua\ - parser.lua\ EXTRA_DIST=README Makefile DISTFILES=$(LIB_DIST) $(EXTRA_DIST) -- cgit v1.2.3