diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-22 11:52:14 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-22 11:52:14 +0000 |
commit | 652bb9d0c6525333a8ffba7cc0fa36845cdbdd08 (patch) | |
tree | afcc823ea33b0d397e871ac5e624c077a8d23fe4 /textproc/Makefile | |
parent | 6bd3475de6ba5e02135fa14236d00f8e42f8de11 (diff) |
Add asm-xml 0.2, very fast XML parser and decoder written in pure
assembler.
Notes
Notes:
svn path=/head/; revision=185690
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bdcb59dfd0c0..3d9a4b9236dd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -18,6 +18,7 @@ SUBDIR += archmage SUBDIR += ascii2pdf SUBDIR += asciidoc + SUBDIR += asm-xml SUBDIR += asm2html SUBDIR += aspell SUBDIR += aspell-without-dicten |