mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* Use the "doc" subdir instead of "docs" for non-unix targets. The "doc" name is used in classic makefiles and we've got 2 sub-dirs "doc" and "docs" for non-unix targets. This commit fixes that.
git-svn-id: trunk@40552 -
This commit is contained in:
parent
cea0060507
commit
67f10be246
@ -4370,7 +4370,7 @@ begin
|
||||
else If UnixPaths then
|
||||
Result:=Prefix+'share'+PathDelim+'doc'+PathDelim+'fpc-$(CompilerVersion)'+PathDelim+'$(PackageName)'
|
||||
else
|
||||
Result:=BaseInstallDir+'docs'+PathDelim+'$(PackageName)';
|
||||
Result:=BaseInstallDir+'doc'+PathDelim+'$(PackageName)';
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user