diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-06-04 20:49:11 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-06-10 10:04:53 +0300 |
| commit | 155725ff748ec05c19c088fec0a2cb40758db8c1 (patch) | |
| tree | e42370e20ce847d5df257c39cbf0c6dbfbf4dde0 /meson.build | |
| parent | d7011e067d38cc590641e729dc9623557f8f9ef3 (diff) | |
fdl.texi: only need one copy in source tree
No need for identical files in mu4e / guile dirs, move to build-aux.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a89cdaf..c47663d 100644 --- a/meson.build +++ b/meson.build @@ -286,6 +286,8 @@ version_texi_data.set('UPDATEDYEAR', mu_year) configure_file(input: join_paths(build_aux, 'version.texi.in'), output: 'version.texi', configuration: version_texi_data) +configure_file(input: join_paths(build_aux, 'fdl.texi'), + output: 'fdl.texi', copy:true) ################################################################################ # install some data files |
