Skip to content

Commit

Permalink
build: add crun.1 to the git repository
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Aug 5, 2020
1 parent d68b96f commit 6d4c37d
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ git-version.h
.gdb_history
.git
.git-module-status
*.1
.deps
.dirstamp
.gdb_history
Expand Down
7 changes: 4 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ EXTRA_DIST = COPYING COPYING.libcrun README.md NEWS SECURITY.md rpm/crun.spec.in
src/libcrun/container.h src/libcrun/seccomp.h src/libcrun/ebpf.h src/libcrun/cgroup.h \
src/libcrun/linux.h src/libcrun/utils.h src/libcrun/error.h src/libcrun/criu.h \
src/libcrun/status.h src/libcrun/terminal.h \
src/libcrun/intprops.h crun.1.md
src/libcrun/intprops.h crun.1.md crun.1

UNIT_TESTS = tests/tests_libcrun_utils tests/tests_libcrun_errors

Expand Down Expand Up @@ -135,13 +135,14 @@ dist-hook:
EXTRA_DIST += $(TESTS) tests/Makefile.tests tests/run_all_tests.sh tests/tests_utils.py build-aux/git-version-gen .version git-version.h src/libcrun/signals.perf
BUILT_SOURCES = .version git-version.h

if HAVE_MD2MAN
man1_MANS = crun.1

crun.1: $(abs_srcdir)/crun.1.md
if HAVE_MD2MAN
$(MD2MAN) -in $(abs_srcdir)/crun.1.md -out crun.1
endif HAVE_MD2MAN

generate-man: crun.1
endif HAVE_MD2MAN

sync:
(cd libocispec; git pull https://github.com/containers/libocispec)
Expand Down
2 changes: 1 addition & 1 deletion cfg.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|src/libcrun/cloned_binary.c|src/libcrun/chroot_realpath.c)$$
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|src/libcrun/cloned_binary.c|src/libcrun/chroot_realpath.c|.*\.1)$$

local-checks-to-skip = \
sc_immutable_NEWS \
Expand Down
Loading

0 comments on commit 6d4c37d

Please sign in to comment.