summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-19 18:26:06 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-19 18:26:06 +0000
commit1259e8e34d5a182c9c57e3ce82508603d3761505 (patch)
treea079e1d9bb93d595015242752acd8cfa9c62cf17 /lib/Makefile
parentb167d7758dbcc813730800def07dedbc1198902e (diff)
downloadacf-core-1259e8e34d5a182c9c57e3ce82508603d3761505.tar.bz2
acf-core-1259e8e34d5a182c9c57e3ce82508603d3761505.tar.xz
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 0 insertions, 1 deletions
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)