]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
Makefile.am: add CLEANFILES variable so that "make clean" works
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:49:15 +0000 (08:49 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Oct 2023 12:53:46 +0000 (08:53 -0400)
Use the variable CLEANFILES to indicate which files are produced
by the build process. Otherwise, automake doesn't consider our
custom rules.

Makefile.am

index 3995fe6d23796f82d276a49c30727a78bb8be565..5b92388fffc9ded1536a5303c1e2edf013ea6a2c 100644 (file)
@@ -22,3 +22,7 @@ index.html: src/index.html.in day.svg tickettext.base64
 # If you really want to, we support installing index.html
 # to (say) /usr/share/charm-bypass/index.html.
 dist_pkgdata_DATA = index.html
+
+# Automake doesn't understand our wacky build process so we have to
+# tell it which files are produced by running "make"
+CLEANFILES = $(dist_pkgdata_DATA) tickettext.base64 day.svg