mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
a438c4d568
This way, we'll have an easier time changing these paths.
14 lines
227 B
C++
14 lines
227 B
C++
/*
|
|
* Copyright (c) 2022, kleines Filmröllchen <filmroellchen@serenityos.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include "Path.h"
|
|
|
|
namespace Manual {
|
|
|
|
LexicalPath const manual_base_path { "/usr/share/man" };
|
|
|
|
}
|