# yudit-3.1.0.patch0.txt # # URL: https://yudit.org/ # Urgency: low # # This very low priority patch file is exclusively for Windows. # # It patches wininst.bat to put the yudit.1 manpage in the # installation directory. # # This file contains CR characters, you should use the # --binary option: # # patch --binary -p0 < yudit-3.1.0.patch0.txt # # # Gaspar Sinai 2023-02-12, Tokyo # *** yudit-3.1.0/bin/wininst.bat- 2023-02-04 17:51:28.000000000 +0900 --- yudit-3.1.0/bin/wininst.bat 2023-02-12 13:22:46.598350388 +0900 *************** *** 38,41 **** --- 38,42 ---- mkdir "%INSTALLDIR%\src" + copy /b "%TOPLEVEL%\gui\yudit.1" "%INSTALLDIR%\man\man1" copy /b "%TOPLEVEL%\mytool\mytool.exe" "%INSTALLDIR%\bin" copy /b "%TOPLEVEL%\mytool\mytool.1" "%INSTALLDIR%\man\man1"