From 94eeb71d254d6e147226f9e9cbd042b3d1469173 Mon Sep 17 00:00:00 2001 From: Tomo Date: Fri, 13 Sep 2024 22:26:40 -0700 Subject: [PATCH] doc/hooks/cernlib: document CERNLIB hook (#341691) --- doc/hooks/cernlib.section.md | 3 +++ doc/hooks/index.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 doc/hooks/cernlib.section.md diff --git a/doc/hooks/cernlib.section.md b/doc/hooks/cernlib.section.md new file mode 100644 index 000000000000..e12b49e127ea --- /dev/null +++ b/doc/hooks/cernlib.section.md @@ -0,0 +1,3 @@ +# CERNLIB {#cernlib-hook} + +This hook sets the `CERN`, `CERN_LEVEL`, and `CERN_ROOT` environment variables. They are part of [CERNLIB's build system](https://cernlib.web.cern.ch/install/install.html), and are are needed for some programs to compile correctly. diff --git a/doc/hooks/index.md b/doc/hooks/index.md index 6d01c6cbcbe5..42a6553344b2 100644 --- a/doc/hooks/index.md +++ b/doc/hooks/index.md @@ -10,6 +10,7 @@ automake.section.md autopatchelf.section.md bmake.section.md breakpoint.section.md +cernlib.section.md cmake.section.md gdk-pixbuf.section.md ghc.section.md