aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-09-29 09:35:05 +0100
committerYann Herklotz <git@yannherklotz.com>2022-09-29 09:35:05 +0100
commit6fff98acc423b15db77c62d299b092f899f0f6fc (patch)
treeee8d9fb4e2003812cfe5b3e3eb685111f7f8c022
parent22cd0a61ed10bfb2f98063093337935f65eb3493 (diff)
downloadvericert-6fff98acc423b15db77c62d299b092f899f0f6fc.tar.gz
vericert-6fff98acc423b15db77c62d299b092f899f0f6fc.zip
Remove dependency on man page for install
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 056255f..f477613 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ lib/COMPCERTSTAMP: lib/CompCert/Makefile.config
$(MAKE) HAS_RUNTIME_LIB=false CLIGHTGEN=false INSTALL_COQDEV=false -C lib/CompCert
touch $@
-install: doc/vericert.1
+install: # doc/vericert.1
sed -i'' -e 's/arch=verilog/arch=x86/' _build/default/driver/compcert.ini
install -d $(PREFIX)/bin
install -C -m 644 _build/default/driver/compcert.ini $(PREFIX)/bin