Skip to content

Commit 7442e3f

Browse files
authored
fixes man pages installation (#1073)
* fixes man pages installation The manpage is not installed when bap is installed via opam as when post-install happens the bap frontend is not yet installed. We will now update and install the manpage every time a new bap package is installed. * fixes commas
1 parent 8ec873b commit 7442e3f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

oasis/bap-std

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,3 @@ Library sema
195195
Bap_sema_ssa,
196196
Bap_sema_taint,
197197
Bap_sema_free_vars
198-
199-
Executable "postinstall"
200-
Build$: flag(everything) || flag(bap_std)
201-
Path: tools
202-
MainIs: postinstall.ml
203-
Install: false
204-
CompiledObject: best
205-
BuildDepends: fileutils

oasis/bap-std.files.ab.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

oasis/common

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ Flag everything
2424
Flag development
2525
Description: Enable development mode
2626
Default: false
27+
28+
29+
Executable "postinstall"
30+
Path: tools
31+
MainIs: postinstall.ml
32+
Install: false
33+
CompiledObject: best
34+
BuildDepends: fileutils

oasis/common.files.ab.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
FilesAB: tools/bap_config.ab
2+
, tools/postinstall.ml.ab

0 commit comments

Comments
 (0)