[LyX/master] * lib/RELEASE-NOTES

Pavel Sanda sanda at lyx.org
Wed Jan 15 17:08:02 UTC 2020


On Wed, Jan 15, 2020 at 06:06:06PM +0100, Pavel Sanda wrote:
> Kicking dvipost from LaTeX.nsh seem straightforward, but since I am
> not building the installer to test, I leave it to Riki :)

patch attached for your convenience. p
-------------- next part --------------
diff --git a/development/Win32/packaging/installer/include/LaTeX.nsh b/development/Win32/packaging/installer/include/LaTeX.nsh
index a94f269f9d..f65037c799 100644
--- a/development/Win32/packaging/installer/include/LaTeX.nsh
+++ b/development/Win32/packaging/installer/include/LaTeX.nsh
@@ -201,9 +201,6 @@ Function ConfigureMiKTeX
 
   # only install the LyX packages if they are not already installed
   ${ifnot} ${FileExists} "$PathLaTeXLocal\tex\latex\lyx\broadway.cls"
-   # dvipost
-   SetOutPath "$PathLaTeXLocal\tex\latex\dvipost"
-   File "${FILES_DVIPOST_PKG}\dvipost.sty"
    # files in Resources\tex
    SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
    CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"
@@ -242,9 +239,6 @@ Function ConfigureTeXLive
   
   # only install the LyX packages if they are not already installed
   ${ifnot} ${FileExists} "$PathLaTeXLocal\texmf-dist\tex\latex\lyx\broadway.cls"
-   # dvipost
-   SetOutPath "$PathLaTeXLocal\texmf-dist\tex\latex\dvipost"
-   File "${FILES_DVIPOST_PKG}\dvipost.sty"
    # files in Resources\tex
    SetOutPath "$PathLaTeXLocal\texmf-dist\tex\latex\lyx"
    CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\texmf-dist\tex\latex\lyx"


More information about the lyx-devel mailing list