meson.build 222 B

123456
  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.html', output: 'test.html', copy: true)