aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/man1/Makefile.am2
-rwxr-xr-xscripts/update_man.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am
index 7aadabb4..fc33755f 100644
--- a/man/man1/Makefile.am
+++ b/man/man1/Makefile.am
@@ -1,4 +1,4 @@
-man_MANS = geod.1 proj.1 cs2cs.1 cct.1 gie.1 projinfo.1
+man_MANS = geod.1 proj.1 cs2cs.1 cct.1 gie.1 projinfo.1 projsync.1
EXTRA_DIST = $(man_MANS)
diff --git a/scripts/update_man.sh b/scripts/update_man.sh
index 5ad34763..71e2e002 100755
--- a/scripts/update_man.sh
+++ b/scripts/update_man.sh
@@ -9,4 +9,5 @@ git add man/man1/cct.1
git add man/man1/geod.1
git add man/man1/gie.1
git add man/man1/projinfo.1
+git add man/man1/projsync.1
git commit -m "Update man-pages from Sphinx-docs"