From a9654c8533c05a4e25689d78238ee5114aa7f4f3 Mon Sep 17 00:00:00 2001 From: Martin Dagarin Date: Thu, 8 Feb 2018 16:11:36 +0100 Subject: Fixed typo Fixed typo in section Other install commands, typo was in extension of data file --- docs/markdown/Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 2663ff4..4670544 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -26,7 +26,7 @@ Other install commands are the following. ```meson install_headers('header.h', subdir : 'projname') # -> include/projname/header.h install_man('foo.1') # -> share/man/man1/foo.1.gz -install_data('datafile.cat', install_dir : join_paths(get_option('datadir'), 'progname')) # -> share/progname/datafile.dat +install_data('datafile.dat', install_dir : join_paths(get_option('datadir'), 'progname')) # -> share/progname/datafile.dat ``` Sometimes you want to copy an entire subtree directly. For this use case there is the `install_subdir` command, which can be used like this. -- cgit v1.1