From 14f25504053ba134655c210b288c7dfa44f0a483 Mon Sep 17 00:00:00 2001 From: klakier Date: Fri, 22 Jun 2001 12:38:10 +0000 Subject: [PATCH] - info dir fixed Changed files: ocaml.spec -> 1.13 --- ocaml.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ocaml.spec b/ocaml.spec index 3e93e85..60c606c 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -66,6 +66,16 @@ Pliki trybu Emacsa dla j %{__make} world bootstrap opt ocamlc.opt ocamlopt.opt \ BYTECCCOMPOPTS="%{rpmcflags}" +# hack info pages to contain dir entry +cat <infoman/ocaml.info +INFO-DIR-SECTION Programming Languages: +START-INFO-DIR-ENTRY +* Ocaml: (ocaml). The Ocaml language +END-INFO-DIR-ENTRY +EOF +zcat infoman/ocaml.info.gz >> infoman/ocaml.info +gzip -9nf infoman/ocaml.info + %install rm -rf $RPM_BUILD_ROOT umask 022 -- 2.44.0