X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile.am;h=3995fe6d23796f82d276a49c30727a78bb8be565;hb=fc0367b4fd2e0403e66b5b481629e10b39ffb091;hp=fdb1e43d2b85aa5c5b2334be4c274f699beadb1c;hpb=7099169c0bf41b12a068b9cda675fd61cfd86f29;p=charm-bypass.git 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