Skip to content

Commit 6561b5f

Browse files
committed
Cleanup.
1 parent 7689ec1 commit 6561b5f

File tree

5 files changed

+0
-23
lines changed

5 files changed

+0
-23
lines changed

.github/workflows/build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
"set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii compilesettings.bat
5454
"set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii ISHelp\ISHelpGen\compilesettings.bat
5555
"set HHCEXE=%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe" | Out-File -NoNewline -Encoding ascii ISHelp\compilesettings.bat
56-
"set HHCEXE=%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe" | Out-File -NoNewline -Encoding ascii ISPPHelp\compilesettings.bat
5756
.\build.bat
5857
- name: Clean up temporary files
5958
if: always()
@@ -63,7 +62,6 @@ jobs:
6362
run: |
6463
copy license.txt Files
6564
copy license.txt Output
66-
copy license.txt ISPPHelp/Staging
6765
copy license.txt ISHelp/Staging
6866
- name: upload Files
6967
uses: actions/upload-artifact@v3
@@ -75,11 +73,6 @@ jobs:
7573
with:
7674
name: Output
7775
path: Output
78-
- name: upload ISPPHelp
79-
uses: actions/upload-artifact@v3
80-
with:
81-
name: ISPPHelp
82-
path: ISPPHelp/Staging
8376
- name: upload ISHelp
8477
uses: actions/upload-artifact@v3
8578
with:

Projects/Bin/synch-isfiles.bat

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ copy ..\..\Files\islzma.dll
1313
copy ..\..\Files\islzma*.exe
1414
copy ..\..\Files\ISetup.chm
1515
copy ..\..\Files\ISetup-dark.chm
16-
copy ..\..\Files\ISPP.chm
17-
copy ..\..\Files\ISPP-dark.chm
1816

1917
echo - Synching files done
2018

Projects/Src/Compil32/CompFunc.pas

-5
Original file line numberDiff line numberDiff line change
@@ -717,11 +717,6 @@ function GetISHelpFile: String;
717717
Result := Format('%sisetup%s.chm', [PathExtractPath(NewParamStr(0)), IfThen(HelpFilesDark, '-dark', '')]);
718718
end;
719719

720-
function GetISPPHelpFile: String;
721-
begin
722-
Result := Format('%sispp%s.chm', [PathExtractPath(NewParamStr(0)), IfThen(HelpFilesDark, '-dark', '')]);
723-
end;
724-
725720
function FindOptionsToSearchOptions(const FindOptions: TFindOptions): TScintFindOptions;
726721
begin
727722
Result := [];

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ Getting Started
7979
instructions. The former batch file cannot be used with the
8080
Community Edition, open Projects\Projects.groupproj instead.
8181
82-
To just compile the Inno Setup Preprocessor help file and its web version run
83-
**ISHelp\ISHelpGen\compile.bat** and **ISPPHelp\compile.bat** and
84-
follow the instructions. The former batch file cannot be used with the
85-
Community Edition, open Projects\Projects.groupproj instead.
86-
8782
8883
Component Installation
8984
----------------------
@@ -159,9 +154,6 @@ How do the projects link together?
159154
all units used by the Compiler IDE only. Check the .dpr files of the
160155
projects for unit usage details.
161156
162-
- The ISPP help file uses various copies of other Inno Setup files. To synch
163-
these run **ISPPHelp\synch-isfiles.bat**.
164-
165157
166158
Source code tips
167159
----------------

setup.iss

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Name: fileassoc; Description: "{cm:AssocFileExtension,Inno Setup,.iss}"; Check:
9090
Type: files; Name: "{app}\ISCmplr.dls"
9191
Type: files; Name: "{app}\Builtins.iss"
9292
Type: files; Name: "{app}\ISPP.chm"
93-
9493
; Remove desktop icon if needed
9594
Type: files; Name: {autodesktop}\Inno Setup Compiler.lnk; Tasks: not desktopicon; Check: not PortableCheck
9695
; Remove old FAQ file

0 commit comments

Comments
 (0)