From d2f8fe855d0705faf216714cf147038563c0ba7e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Sep 2012 02:57:16 +0200 Subject: tests: Convert find_missing_doc into a unit test. --- docs-xml/Makefile | 3 +- docs-xml/scripts/find_missing_doc | 83 --------------------------------------- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100755 docs-xml/scripts/find_missing_doc (limited to 'docs-xml') diff --git a/docs-xml/Makefile b/docs-xml/Makefile index b322bed8dc..f9c60d0fab 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -263,8 +263,7 @@ $(PEARSONDIR)/%.report.html: $(PEARSONDIR)/%.xml cd $( - -# 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('