From 072da0db141a4b8ca99b89291c6799f8a40d50a2 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 21 Jul 2021 08:07:11 +0200 Subject: [PATCH] make docs --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b7175d3d..6d89368fb 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ sudo apt-get install doxygen graphviz ``` Switch to the corsika build directory and do ```shell -make doxygen +make docs make install ``` open with firefox: diff --git a/README.rst b/README.rst index 896a4e571..27eb3d1d8 100644 --- a/README.rst +++ b/README.rst @@ -192,7 +192,7 @@ Otherwise, e.g. on Ubuntu 18.04, do: Switch to the corsika build directory and do :: - make doxygen + make docs make install open with firefox: -- GitLab