diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-16 12:46:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-16 12:46:02 -0500 |
commit | 092c213666d572dfa3d7fd8cb0a5ba4b6d25eec6 (patch) | |
tree | 4ead5c701bb26cd332a72f6828693603bfcd2243 /Makefile.am | |
parent | b2a796eb98638e2710a4f6ae687ca3757f7a3e8a (diff) |
Delete parsers modules.
* syntax-highlight/parsers.scm: Delete.
* Makefile.am (SOURCES): Delete it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 965ee08..191e28c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,6 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ syntax-highlight/utils.scm \ syntax-highlight/lexers.scm \ - syntax-highlight/parsers.scm \ syntax-highlight/scheme.scm \ syntax-highlight/xml.scm \ syntax-highlight.scm |