Browse Source

Changed name of documents

master
Andrea Luzzardi 17 years ago
parent
commit
1ad6e87ed8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fetch_doc.rb

+ 1
- 1
fetch_doc.rb View File

@ -10,7 +10,7 @@ require 'open-uri'
BASE_URI = 'http://www.pamusb.org/wiki/doc/'
DOC_PATH = './pam_usb/doc/'
DOCS = [ 'install', 'upgrading', 'configuring' ]
DOCS = [ 'installation', 'upgrading', 'configuration' ]
MANS = [ 'pusb_hotplug' ]
REPLACE_LIST = [


Loading…
Cancel
Save