[Bf-docboard-svn] bf-manual: [7150] trunk/blender_docs/Makefile: Makefile: Readme: use builddir variable

Aaron Carlisle noreply at blender.org
Tue Sep 29 23:58:24 CEST 2020


Revision: 7150
          https://developer.blender.org/rBM7150
Author:   Blendify
Date:     2020-09-29 23:58:24 +0200 (Tue, 29 Sep 2020)
Log Message:
-----------
Makefile: Readme: use builddir variable

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

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-29 21:50:37 UTC (rev 7149)
+++ trunk/blender_docs/Makefile	2020-09-29 21:58:24 UTC (rev 7150)
@@ -122,7 +122,7 @@
 	@echo "  "$(OPEN_CMD) $(shell pwd)"/$(BUILDDIR)/latex/blender_manual.pdf"
 
 readme: .FORCE
-	rst2html5 readme.rst > ./build/readme.html
+	rst2html5 readme.rst > $(BUILDDIR)/readme.html
 
 	@echo "Build finished. The HTML page is in $(BUILDDIR)/readme.html."
 	@echo "To view, run:"



More information about the Bf-docboard-svn mailing list