meson.build 292 B

1234567
  1. # SPDX-FileCopyrightText: 2021 Andrea Pappacoda
  2. #
  3. # SPDX-License-Identifier: MIT
  4. configure_file(input: 'index.html', output: 'index.html', copy: true)
  5. configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
  6. configure_file(input: 'test.html', output: 'test.html', copy: true)