avoid (extremely buggy) sf shell

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7239 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2020-11-02 23:58:19 +00:00
parent 9bb875bd84
commit 843d28b6d5
5 changed files with 70 additions and 11 deletions

View file

@ -80,6 +80,18 @@ DOCS_CONFIG = {
'NSISDOCINSTALLBASEPATH' : docsdefault_install_basepath,
'NSISEXTRADIST' : File(Split('#Docs/style.css')),
},
'web' :
{
'NSISDOCCONFIG' : 'config_web.but',
'NSISDOCEXTRAFILES' : File(Split('#Docs/style.css #Docs/unreleased.png')),
'NSISDOCEXTRAACTION' : '',
'NSISDOCHTMLFIXES' :
{
},
'NSISDOCTARGET' : htmls,
'NSISDOCINSTALLBASEPATH' : docsdefault_install_basepath,
'NSISEXTRADIST' : File(Split('#Docs/style.css #Docs/unreleased.png')),
},
'htmlsingle' :
{
'NSISDOCCONFIG' : 'config_htmlsingle.but',

16
Docs/src/config_web.but Normal file
View file

@ -0,0 +1,16 @@
\title NSIS Users Manual
\preamble NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge.
\cfg{xhtml-leaf-level}{1}
\cfg{xhtml-leaf-smallest-contents}{3}
\cfg{xhtml-leaf-contains-contents}{true}
\cfg{xhtml-contents-depth-0}{3}
\cfg{xhtml-head-end}{<link rel="stylesheet" href="style.css" type='text/css' /><style>body\{background-image:url(unreleased.png)\}</style>}
\cfg{xhtml-body-end}{<a href="https://sourceforge.net"><img border=0 src="https://sourceforge.net/sflogo.php?group_id=22049&amp;type=1" alt="SourceForge Logo" /></a>}

BIN
Docs/unreleased.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB