Download
Tutorials
Bugtracker
Development
The Birdfont Source Code
All Repositories
/
birdfont.git
/ blobdiff –
RSS feed
Compile man pages
Changes made to build.py
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
Compile man pages (plain diff of build.py)
Compile man pages
[birdfont.git]
/
build.py
blob:
a/build.py
-> blob:
b/build.py
--- build.py
+++ build.py
@@ -19,8 +19,9 @@
process_tasks(dodo.task_birdfont_autotrace())
process_tasks(dodo.task_birdfont_export())
process_tasks(dodo.task_birdfont_import())
+ process_tasks(dodo.task_man())
compile_translations()
print('Done')