# As of 3.11.0, manpages are made only in `make opt.opt'
make -C ocamldoc manpages \
OCAMLDOC_RUN="../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/str ./ocamldoc"
+ $(MAKE) -f debian/ocamlbyteinfo/Makefile ocamlbyteinfo
else
@echo "Building native compilers"
$(MAKE) opt opt.opt
fi
# Remaining stuff
-rm -Rf debian/$(SRCTARBALL) debian/examples
+ $(MAKE) -f debian/ocamlbyteinfo/Makefile clean
dh clean --after dh_auto_clean
install: install-stamp
cp tools/$$u debian/ocaml-nox/usr/bin/ocaml$$u; \
fi \
done
+ for u in ocamlbyteinfo ocamlplugininfo; do \
+ if [ -f debian/ocamlbyteinfo/$$u ]; then \
+ cp debian/ocamlbyteinfo/$$u debian/ocaml-nox/usr/bin/$$u; \
+ fi \
+ done
for mli in `find camlp4 -name '*.mli'` ; do \
cp --parents $$mli debian/camlp4$(OCAML_STDLIB_DIR); \
done