Просмотр исходного кода

fixed version in Pisg.pm; updated doc version; switched docbook-to-man to docbook2man (docbook2X)

James Wade 14 лет назад
Родитель
Сommit
62721b3b44
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      docs/Makefile
  2. 1 1
      docs/pisg-doc.xml
  3. 1 1
      modules/Pisg.pm

+ 1 - 1
docs/Makefile

@@ -25,7 +25,7 @@ pisg-formats.html: FORMATS
 	mv FORMATS.html pisg-formats.html
 	mv FORMATS.html pisg-formats.html
 
 
 pisg.1: pisg.sgml
 pisg.1: pisg.sgml
-	docbook-to-man $< > $@
+	docbook2man $< > $@
 
 
 clean:
 clean:
 	rm -f $(TARGETS) .version
 	rm -f $(TARGETS) .version

+ 1 - 1
docs/pisg-doc.xml

@@ -5,7 +5,7 @@
 
 
 <book id="pisg-documentation">
 <book id="pisg-documentation">
   <bookinfo>
   <bookinfo>
-    <title>pisg 0.72 documentation</title>
+    <title>pisg 0.73 documentation</title>
     <subtitle>How to install and configure pisg</subtitle>
     <subtitle>How to install and configure pisg</subtitle>
   </bookinfo>
   </bookinfo>
   <toc></toc>
   <toc></toc>

+ 1 - 1
modules/Pisg.pm

@@ -219,7 +219,7 @@ sub get_default_config_settings
         modules_dir => '',         # set in get_cmdline_options
         modules_dir => '',         # set in get_cmdline_options
         cchannels => '',           # set in get_cmdline_options
         cchannels => '',           # set in get_cmdline_options
 
 
-        version => '0.73'
+        version => "0.73"
     };
     };
 
 
     # This enables us to use the search_path in other modules
     # This enables us to use the search_path in other modules