X Tutup
Skip to content

Commit 2d684e6

Browse files
poetteringfilbranden
authored andcommitted
doc: merge docs/ dir → doc/
It's weird having two subdirs for documentation, let's unify this in one.
1 parent 9d9dd74 commit 2d684e6

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,8 +2611,8 @@ subdir('network')
26112611
subdir('man')
26122612
subdir('shell-completion/bash')
26132613
subdir('shell-completion/zsh')
2614-
subdir('docs/sysvinit')
2615-
subdir('docs/var-log')
2614+
subdir('doc/sysvinit')
2615+
subdir('doc/var-log')
26162616

26172617
# FIXME: figure out if the warning is true:
26182618
# https://github.com/mesonbuild/meson/wiki/Reference-manual#install_subdir

0 commit comments

Comments
 (0)
X Tutup