From 87318283eedef680356ef272a6af39ac3140d333 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 2 Feb 2020 22:34:56 +0100 Subject: Add projsync utility Fixes #1750 --- docs/source/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/source/conf.py') 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. -- cgit v1.2.3