diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-02 22:34:56 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-04 21:43:42 +0100 |
| commit | 87318283eedef680356ef272a6af39ac3140d333 (patch) | |
| tree | de858fc84d84e0ac6eec8d121ee5f2b76b55e0ea /docs/source/conf.py | |
| parent | 42035701c02d15d586e762afa1db5c8b5c9eac39 (diff) | |
| download | PROJ-87318283eedef680356ef272a6af39ac3140d333.tar.gz PROJ-87318283eedef680356ef272a6af39ac3140d333.zip | |
Add projsync utility
Fixes #1750
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index f2fa3961..081b0a94 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -346,6 +346,13 @@ man_pages = [ ['Even Rouault'], 1 ), + ( + 'apps/projsync', + 'projsync', + u'Downloading tool of resource files', + ['Even Rouault'], + 1 + ), ] # If true, show URL addresses after external links. |
