2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

Documentation/Makefile: set nmkdir

I was not able to find a way to make a target in sub-makefile
(such as "cd Documentation && make pdf") without this hack.

If there's a better way, please let me know

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2016-09-19 13:58:16 -07:00 committed by Pavel Emelyanov
parent e38c37f05a
commit 4edc7c9cb2

View File

@ -1,3 +1,4 @@
__nmk_dir ?= ../scripts/nmk/scripts/
include $(__nmk_dir)/include.mk
include $(__nmk_dir)/macro.mk