Blob Blame History Raw
--- plee-the-bear/desktop/man/CMakeLists.txt.orig	2017-01-17 17:09:35.448098603 +0100
+++ plee-the-bear/desktop/man/CMakeLists.txt	2017-01-17 17:09:50.168001377 +0100
@@ -4,7 +4,7 @@
   if(DOCBOOK_TO_MAN_FOUND)
     docbook_create_man( ptb-man 6 plee-the-bear.sgml )
   else(DOCBOOK_TO_MAN_FOUND)
-    message("docbook-to-man was not found on your system. The manpages of "
+    message("docbook2man was not found on your system. The manpages of "
       "Plee the Bear are not generated.")
   endif(DOCBOOK_TO_MAN_FOUND)
 endif( PTB_NO_MANPAGES )
--- plee-the-bear/desktop/man/plee-the-bear.sgml.orig	2017-01-17 17:13:12.611353775 +0100
+++ plee-the-bear/desktop/man/plee-the-bear.sgml	2017-01-17 17:14:35.580795056 +0100
@@ -1,18 +1,18 @@
 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+<!-- Process this file with docbook2man to generate an nroff manual
+     page: `docbook2man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook2man manpage.sgml | nroff -man |
      less'.  A typical entry in a Makefile or Makefile.am is:
 
 manpage.1: manpage.sgml
-	docbook-to-man $< > $@
+	docbook2man $< > $@
 
     
-	The docbook-to-man binary is found in the docbook-to-man package.
+	The docbook2man binary is found in the docbook-utils package.
 	Please remember that if you create the nroff version in one of the
 	debian/rules file targets (such as build), you will need to include
-	docbook-to-man in your Build-Depends control field.
+	docbook2man in your Build-Depends control field.
 
   -->