aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-06-26 18:29:39 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-26 18:29:39 +0100
commit6ae44229dedb893410bd9cec34a9435f9c233f40 (patch)
treeba3a421eb55a270e3efb11048ad29376b3173ce4
parent76febac7dd6290d1ca070a0d3ba65a4fa654bded (diff)
downloadvericert-6ae44229dedb893410bd9cec34a9435f9c233f40.tar.gz
vericert-6ae44229dedb893410bd9cec34a9435f9c233f40.zip
Fix man file generation
-rw-r--r--Makefile6
-rw-r--r--doc/res/publish.el1
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a600d53..eac5686 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ lib/COHPREDSTAMP:
$(MAKE) -C lib/cohpred
touch lib/COHPREDSTAMP
-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
@@ -95,8 +95,8 @@ Makefile.coq _CoqProject: force
force:
-docs/vericert.1:
- $(MAKE) -C docs vericert.1
+doc/vericert.1:
+ $(MAKE) -C doc -f Makefile.extr vericert.1
detangle-all:
emacs --batch --eval "(progn(require 'org)(require 'ob-tangle)\
diff --git a/doc/res/publish.el b/doc/res/publish.el
index c083eb0..00fd3ee 100644
--- a/doc/res/publish.el
+++ b/doc/res/publish.el
@@ -5,7 +5,6 @@
(require 'org-transclusion)
(require 'ox)
(require 'ox-html)
-(require 'htmlize)
(require 'ox-texinfo)
(require 'ox-man)