sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sks-devel] sks man page install


From: Joseph Oreste Bruni
Subject: [Sks-devel] sks man page install
Date: Wed, 21 May 2008 13:23:11 -0700

Hi all,

I figured out why "make" was not building the "sks.8.gz" file: That file is not included in the "all" target list on line 60 of Makefile. By simply adding "sks.8.gz" to the ALL variable on line 57, the "make" will generate the sks.8.gz file. Then the "install" target will succeed.

Joe



*** Makefile.orig       2008-05-21 13:21:39.000000000 -0700
--- Makefile    2008-05-21 13:17:28.000000000 -0700
***************
*** 54,60 ****
  OCAMLOPTFLAGS=$(COMMONCAMLFLAGS) -inline 40 $(CAMLLIBS:.cma=.cmxa)

  EXE=sks sks_add_mail
! ALL=$(EXE)
  ALL.bc=$(EXE:=.bc)

  all: $(ALL)
--- 54,60 ----
  OCAMLOPTFLAGS=$(COMMONCAMLFLAGS) -inline 40 $(CAMLLIBS:.cma=.cmxa)

  EXE=sks sks_add_mail
! ALL=$(EXE) sks.8.gz
  ALL.bc=$(EXE:=.bc)

  all: $(ALL)

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]