We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057bac0 commit 3993c8bCopy full SHA for 3993c8b
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: doc html clean check regen
2
3
GAP ?= gap
4
-GAP_ARGS = -q --quitonbreak --packagedirs .
+GAP_ARGS = -q --quitonbreak --packagedirs $(abspath .)
5
6
doc:
7
$(GAP) $(GAP_ARGS) makedoc.g -c 'QUIT;'
0 commit comments