Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit623c451

Browse files
authored
Keep the roff file when gzipping it. (#24450)
1 parent14c82b5 commit623c451

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ nuget.config
108108

109109
# Ignore MSBuild Binary Logs
110110
msbuild.binlog
111+
112+
# Ignore gzip files in the manpage folder
113+
assets/manpage/*.gz

‎tools/packaging/packaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ function New-ManGzip
17281728
# gzip in assets directory
17291729
$GzipFile="$RoffFile.gz"
17301730
Write-Log"Creating man gz - running gzip..."
1731-
Start-NativeExecution { gzip-f$RoffFile }-VerboseOutputOnError
1731+
Start-NativeExecution { gzip-kf$RoffFile }-VerboseOutputOnError
17321732

17331733
if($Environment.IsMacOS) {
17341734
$ManFile=Join-Path"/usr/local/share/man/man1" (Split-Path-Leaf$GzipFile)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp