Convert doat to an internal command

- Trivial plugin
- Useful for many users
- Was under a dumb license
This commit is contained in:
Patrick Griffis
2016-11-08 22:34:31 -05:00
committed by tomek
parent a0e80ebda2
commit 85bdb06cad
12 changed files with 100 additions and 282 deletions

View File

@@ -10,10 +10,6 @@ if DO_PERL
perldir = perl
endif
if DO_DOAT
doatdir = doat
endif
if DO_FISHLIM
fishlimdir = fishlim
endif
@@ -26,4 +22,4 @@ if DO_SYSINFO
sysinfodir = sysinfo
endif
SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(fishlimdir) $(sysinfodir)