]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- info dir fixed
authorklakier <klakier@pld-linux.org>
Fri, 22 Jun 2001 12:38:10 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml.spec -> 1.13

ocaml.spec

index 3e93e857278af03859cca42ab62272bef1176b51..60c606c1751a90ea88e53b826b5dacd0d37bbcb3 100644 (file)
@@ -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 <<EOF >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
This page took 0.028499 seconds and 4 git commands to generate.