Makefile: change docs rule to make it work on macOS
This commit is contained in:
parent
6938d8c061
commit
b379a20192
2
Makefile
2
Makefile
@ -115,7 +115,7 @@ $(LIBGRAY).a: $(LIBGRAY).a($(MODULES))
|
|||||||
# All documentation
|
# All documentation
|
||||||
docs: | $(SHAREDIR)
|
docs: | $(SHAREDIR)
|
||||||
+make -C doc
|
+make -C doc
|
||||||
cp -t $(SHAREDIR) -r doc/build/*
|
cp -r doc/build/* $(SHAREDIR)
|
||||||
|
|
||||||
# Generated man pages
|
# Generated man pages
|
||||||
$(SHAREDIR)/gray.1: $(GRAY) doc/gray.1 | $(SHAREDIR)
|
$(SHAREDIR)/gray.1: $(GRAY) doc/gray.1 | $(SHAREDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user