summaryrefslogtreecommitdiff
path: root/doc/var-log/meson.build
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2018-09-07 01:02:42 -0700
committerFilipe Brandenburger <filbranden@google.com>2018-09-08 13:39:03 -0700
commit9e825ebf4f5029ae6cb072ac568d7838e0762a9e (patch)
tree4950d3f39fa29f8513a797d313ca6b48fd04c131 /doc/var-log/meson.build
parent9d0798a2edf05438499c7cb5def592d52358f397 (diff)
downloadsystemd-9e825ebf4f5029ae6cb072ac568d7838e0762a9e.tar.gz
docs: move doc/ to docs/
The docs/ directory is special in GitHub, since it can be used to serve GitHub Pages from, so there's a benefit to switching to it in order to expose it directly as a website. Updated references to it from the documentations themselves, from the CONTRIBUTING.md file and from Meson build files.
Diffstat (limited to 'doc/var-log/meson.build')
-rw-r--r--doc/var-log/meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/var-log/meson.build b/doc/var-log/meson.build
deleted file mode 100644
index 0ddff20ce5..0000000000
--- a/doc/var-log/meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1+
-
-file = configure_file(
- input : 'README.in',
- output : 'README',
- configuration : substs)
-
-if conf.get('HAVE_SYSV_COMPAT') == 1
- install_data(file,
- install_dir : varlogdir)
-endif