From d88a7116afa51df41ba3495c9891959830497452 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Fri, 14 Oct 2016 14:18:43 +0200 Subject: Add a man-page --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d16da42..ceb8109c 100644 --- a/Makefile +++ b/Makefile @@ -230,6 +230,8 @@ install: install -m 0755 ./ccomp $(BINDIR) install -d $(SHAREDIR) install -m 0644 ./compcert.ini $(SHAREDIR) + install -d $(MANDIR)/man1 + install -m 0644 ./doc/ccomp.1 $(MANDIR)/man1 $(MAKE) -C runtime install ifeq ($(CLIGHTGEN),true) install -m 0755 ./clightgen $(BINDIR) -- cgit