Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041075
en ru br
Репозитории ALT
S:4.13.1-alt1
5.1: 3.10.2-alt3.1
4.1: 3.10.2-alt3
4.0: 3.09.3-alt0.1
3.0: 3.08.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/ML
Пакет: ocaml

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ocaml-3.04+10-stdlibdoc.patch
Скачать


diff -urN ocaml-orig/ocamldoc/Makefile ocaml/ocamldoc/Makefile
--- ocaml-orig/ocamldoc/Makefile	Sun Apr 28 21:22:28 2002
+++ ocaml/ocamldoc/Makefile	Mon Apr 29 19:29:48 2002
@@ -362,6 +362,20 @@
 	../otherlibs/bigarray/bigarray.mli \
 	../otherlibs/num/num.mli
 
+stdlib.ps: dummy
+	$(OCAMLDOC_RUN) -latex $(INCLUDES) ../stdlib/*.mli \
+	-t "OCaml library"  \
+	../otherlibs/unix/unix.mli \
+	../otherlibs/str/str.mli \
+	../otherlibs/bigarray/bigarray.mli \
+	../otherlibs/num/num.mli
+	mv ocamldoc.out stdlib.tex
+	latex stdlib.tex
+	latex stdlib.tex
+	dvips stdlib.dvi -o stdlib.ps
+	pdflatex stdlib.tex
+	pdflatex stdlib.tex
+
 # backup, clean and depend :
 ############################
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin