]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
Makefile.am: add dist/install rule for index.html
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:43:26 +0000 (08:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:53:46 +0000 (08:53 -0400)
Makefile.am

index fdb1e43d2b85aa5c5b2334be4c274f699beadb1c..3995fe6d23796f82d276a49c30727a78bb8be565 100644 (file)
@@ -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