diff options
author | Marko Kreen | 2012-10-09 10:25:08 +0000 |
---|---|---|
committer | Marko Kreen | 2012-10-09 10:36:52 +0000 |
commit | 6dd47c50ab51e947e4a8ac8cb24250be30e64685 (patch) | |
tree | 4afe21a496d5338c3928dfd445bff611365320f1 | |
parent | 54453af075788a4f3f3c82907b9c4e67cf7812ef (diff) |
Fix missed renames
-rw-r--r-- | debian/skytools3.docs | 4 | ||||
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/index.txt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/skytools3.docs b/debian/skytools3.docs index b68b9842..8cfe8cc9 100644 --- a/debian/skytools3.docs +++ b/debian/skytools3.docs @@ -2,8 +2,8 @@ debian/tmp/usr/share/doc/skytools3/scriptmgr.html debian/tmp/usr/share/doc/skytools3/skytools_upgrade.html debian/tmp/usr/share/doc/skytools3/qadmin.html debian/tmp/usr/share/doc/skytools3/skytools3.html -debian/tmp/usr/share/doc/skytools3/queue_splitter.html -debian/tmp/usr/share/doc/skytools3/queue_mover.html +debian/tmp/usr/share/doc/skytools3/queue_splitter3.html +debian/tmp/usr/share/doc/skytools3/queue_mover3.html debian/tmp/usr/share/doc/skytools3/londiste3.html debian/tmp/usr/share/doc/skytools3/simple_consumer3.html debian/tmp/usr/share/doc/skytools3/simple_local_consumer3.html diff --git a/doc/Makefile b/doc/Makefile index 8b7de2ec..df56f099 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,7 +13,7 @@ DOCHTML = \ faq.html set.notes.html skytools3.html devnotes.html pgqd.html \ londiste3.html walmgr3.html qadmin.html scriptmgr.html \ sql-grants.html \ - skytools_upgrade.html queue_mover.html queue_splitter.html \ + skytools_upgrade.html queue_mover3.html queue_splitter3.html \ simple_consumer3.html simple_local_consumer3.html \ howto/londiste3_cascaded_rep_howto.html \ howto/londiste3_merge_howto.html \ diff --git a/doc/index.txt b/doc/index.txt index 852bb783..9ebf28b3 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -19,8 +19,8 @@ * link:doc/londiste3.html[londiste3] - Londiste command line interface. * link:doc/qadmin.html[qadmin] - psql-like console for managing queues -* link:doc/queue_mover.html[queue_mover] - copy queue to another database -* link:doc/queue_splitter.html[queue_splitter] - split queue into different queues +* link:doc/queue_mover3.html[queue_mover3] - copy queue to another database +* link:doc/queue_splitter3.html[queue_splitter3] - split queue into different queues * link:doc/scriptmgr.html[scriptmgr] - bulk start/stopping of skytools scripts * link:doc/skytools_upgrade.html[skytools_upgrade] - Update database modules * link:doc/walmgr3.html[walmgr3] - tool for managing WAL-base replication |