mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 00:40:07 +01:00
doc: move the @verbatim start to the list item
This is mostly for sphinx' parsing benefit, doxygen doesn't need it and renders the same either way. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
00186bb8af
commit
e2bd413e09
1 changed files with 2 additions and 4 deletions
|
|
@ -132,16 +132,14 @@ with one of the following commands:
|
|||
- **Debian/Ubuntu** based distributions: `sudo apt-get build-dep libinput`
|
||||
- **Fedora 22** and later: `sudo dnf builddep libinput`
|
||||
- **RHEL/CentOS/Fedora 21** and earlier: `sudo yum-builddep libinput`
|
||||
- **openSUSE**:
|
||||
@verbatim
|
||||
- **openSUSE**: @verbatim
|
||||
$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
|
||||
$> sudo zypper source-install -d libinput10
|
||||
$> sudo zypper install autoconf automake libtool
|
||||
$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
|
||||
@endverbatim
|
||||
|
||||
- **Arch**:
|
||||
@verbatim
|
||||
- **Arch**: @verbatim
|
||||
$> sudo pacman -S asp
|
||||
$> cd $(mktemp -d)
|
||||
$> asp export libinput
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue