From fc0367b4fd2e0403e66b5b481629e10b39ffb091 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 Oct 2023 08:43:26 -0400 Subject: [PATCH] Makefile.am: add dist/install rule for index.html --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index fdb1e43..3995fe6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,3 +18,7 @@ index.html: src/index.html.in day.svg tickettext.base64 sed -e "s~@TICKETFONT@~$$(cat tickettext.base64)~" \ -e "s~@SVGDATA@~$$(cat day.svg)~" \ $< > $@ + +# If you really want to, we support installing index.html +# to (say) /usr/share/charm-bypass/index.html. +dist_pkgdata_DATA = index.html -- 2.44.2