diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-18 12:50:12 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-18 12:52:25 +0200 |
| commit | 5a01a260c368d3045f0870cc09620a772027e911 (patch) | |
| tree | 504d6d3d1504d0c8e180d1f36eed17b2a3fff07a /cli/makefile | |
| parent | 650ea3bd3bac1fa50f9c8566d5def774c5eb2fee (diff) | |
| download | cli-5a01a260c368d3045f0870cc09620a772027e911.tar.gz cli-5a01a260c368d3045f0870cc09620a772027e911.tar.xz cli-5a01a260c368d3045f0870cc09620a772027e911.zip | |
Initial support for plain text documentation (--generate-txt)
Support for option documentation generation is still a TODO.
Diffstat (limited to 'cli/makefile')
| -rw-r--r-- | cli/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/makefile b/cli/makefile index 3b29fdc..3c99e19 100644 --- a/cli/makefile +++ b/cli/makefile @@ -19,6 +19,7 @@ runtime-inline.cxx \ runtime-source.cxx \ man.cxx \ html.cxx \ +txt.cxx \ generator.cxx \ name-processor.cxx |
