Page MenuHomeFreeBSD

Fix INSTALL_DATA
ClosedPublic

Authored by bofh on Dec 19 2022, 7:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2024, 5:45 PM
Unknown Object (File)
Dec 23 2023, 2:44 AM
Unknown Object (File)
Jul 6 2023, 11:45 PM
Unknown Object (File)
May 17 2023, 10:51 AM
Unknown Object (File)
May 10 2023, 1:26 AM
Unknown Object (File)
May 10 2023, 1:12 AM
Unknown Object (File)
May 8 2023, 4:17 AM
Unknown Object (File)
Apr 6 2023, 5:14 AM
Subscribers
None

Details

Summary

This example here is wrong. INSTALL_MAN is supposed to be meant for installing manpages only. And for all other filetypes related to DOCS it should be INSTALL_DATA.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bofh requested review of this revision.Dec 19 2022, 7:24 PM
bofh created this revision.
This revision is now accepted and ready to land.Dec 19 2022, 7:53 PM

Looks good, approved for commit!

This revision was automatically updated to reflect the committed changes.