#!/usr/bin/python # Copyright (C) 2007,2012 Jelmer Vernooij # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # import optparse import os import re parser = optparse.OptionParser("source_dir") (opts, args) = parser.parse_args() if len(args) == 1: topdir = args[0] else: topdir = "." # Reading links from manpage curdir = os.getcwd() doc = {} os.chdir("smbdotconf"); f = os.popen("xsltproc --xinclude --param smb.context ALL generate-context.xsl parameters.all.xml", "r") try: for l in f.readlines(): m = re.match('