[Bf-docboard-svn] bf-manual: [8162] trunk/blender_docs/Makefile: Makefile: avoid indented comments

Campbell Barton noreply at blender.org
Wed Jun 23 06:12:32 CEST 2021


Revision: 8162
          https://developer.blender.org/rBM8162
Author:   campbellbarton
Date:     2021-06-23 06:12:32 +0200 (Wed, 23 Jun 2021)
Log Message:
-----------
Makefile: avoid indented comments

These show with warning text in Emacs.

Modified Paths:
--------------
    trunk/blender_docs/Makefile

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2021-06-23 04:10:34 UTC (rev 8161)
+++ trunk/blender_docs/Makefile	2021-06-23 04:12:32 UTC (rev 8162)
@@ -22,11 +22,9 @@
 # -----------------------
 # for echoing output only
 ifeq ($(OS), Darwin)
-	# OSX
-	OPEN_CMD="open"
+	OPEN_CMD="open" # MACOS.
 else
-	# Linux/FreeBSD
-	OPEN_CMD="xdg-open"
+	OPEN_CMD="xdg-open" # Linux/FreeBSD.
 endif
 # end output for echoing
 # ----------------------



More information about the Bf-docboard-svn mailing list