ovsdb-doc: Factor out nroff formatting into a separate Python module.
authorBen Pfaff <blp@nicira.com>
Thu, 19 Feb 2015 18:59:12 +0000 (10:59 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Feb 2015 19:11:30 +0000 (11:11 -0800)
commit7b8c46c8b54dc4e7893e7e2096da1872e3cd502c
tree70401ea5c9ae927341a5339c5a054d009edd07b0
parent57ba0a7715c1bde424bf6033616349c4f5db0ca7
ovsdb-doc: Factor out nroff formatting into a separate Python module.

This will make it cleaner to add another build-time program that generates
nroff from XML.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ovsdb/ovsdb-doc
python/automake.mk
python/build/__init__.py [new file with mode: 0644]
python/build/nroff.py [new file with mode: 0644]