Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8932b41 commit ad5206fCopy full SHA for ad5206f
1 file changed
Doc/Makefile
@@ -83,6 +83,8 @@ DVIPS= dvips -N0 -t $(PAPER)
83
# $(shell) function here to work around that restriction by
84
# identifying mkhowto and the commontex/ directory using absolute paths.
85
#
86
+# If your doc build fails immediately, you may need to switch to GNU make.
87
+# (e.g. OpenBSD needs package gmake installed; use gmake instead of make)
88
PWD=$(shell pwd)
89
90
# (The trailing colon in the value is needed; TeX places it's default
0 commit comments