From: Michael Orlitzky Date: Mon, 9 Oct 2023 12:43:26 +0000 (-0400) Subject: Makefile.am: add dist/install rule for index.html X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fc0367b4fd2e0403e66b5b481629e10b39ffb091;p=charm-bypass.git Makefile.am: add dist/install rule for index.html --- 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