Makefile: remove trailing whitespace from copy-docs comments

This commit is contained in:
Aliaksandr Valialkin 2023-07-06 11:01:19 -07:00
parent 792860db10
commit be866b3b6b
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -499,7 +499,7 @@ copy-docs:
# Copies docs for all components and adds the order/weight tag, title, menu position and alias with the backward compatible link for the old site. # Copies docs for all components and adds the order/weight tag, title, menu position and alias with the backward compatible link for the old site.
# For ORDER=0 it adds no order tag/weight tag. # For ORDER=0 it adds no order tag/weight tag.
# FOR OLD_URL - relative link, used for backward compatibility with the link from documentation based on GitHub pages (old one) # FOR OLD_URL - relative link, used for backward compatibility with the link from documentation based on GitHub pages (old one)
# FOR OLD_URL='' it adds no alias, it should be empty for every new page, don't change it for already existing links. # FOR OLD_URL='' it adds no alias, it should be empty for every new page, don't change it for already existing links.
# Images starting with <img src="docs/ are replaced with <img src=" # Images starting with <img src="docs/ are replaced with <img src="
# Cluster docs are supposed to be ordered as 2nd. # Cluster docs are supposed to be ordered as 2nd.
# The rest of docs is ordered manually. # The rest of docs is ordered manually.