From bc581ecfb47325fc6b8c8558b596f643002401b6 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 17 May 2003 13:29:50 +0000 Subject: executable and not opie-executable DOCTYPE is too much for QTextView --- (limited to 'scripts') diff --git a/scripts/mkHelpSkeleton b/scripts/mkHelpSkeleton index ffb21c2..d7914fe 100755 --- a/scripts/mkHelpSkeleton +++ b/scripts/mkHelpSkeleton @@ -1,7 +1,7 @@ #!/usr/bin/env python """ This skript creates a help skeleton for a certain application -(C) Michael 'Mickey' Lauer who did this even if he had a lot of other stuff to do... +(C) Michael 'Mickey' Lauer who did this even if he had a lot of other stuff to do... THANKS """ import os @@ -49,12 +49,10 @@ def doit( name, cc ): def makehtml( directory, application, cc, desktop ): """Creates the help template file.""" - helpfilename = "%s/opie-%s.html" % ( directory, application ) + helpfilename = "%s/%s.html" % ( directory, application ) print "Creating help file '%s'" % helpfilename h = file( helpfilename, "w" ) - print >> h, """ - - %s + print >> h, """ %s

%s


@@ -70,7 +68,7 @@ def makecontrol( directory, application, cc, desktop ): print "Creating control file '%s'" % controlfilename c = file( controlfilename, "w" ) print >> c, "Package: opie-%s-help-%s" % ( application, cc ) - print >> c, "Files: help/%s/html/opie-%s.html help/%s/html/%s" % ( cc, application, cc, application ) + print >> c, "Files: help/%s/html/%s.html help/%s/html/%s" % ( cc, application, cc, application ) print >> c, "Priority: optional" print >> c, "Section: opie/onlinedoc" print >> c, "Maintainer: %s" % desktop.get( "Maintainer", "Team Opie " ) -- cgit v0.9.0.2