# This Makefile.am is in the public domain EXTRA_DIST = \ pure.css \ demo.css \ chrome-any.d.ts \ licensing.rst \ favicon-taler.ico \ taler-fallback.css \ tsconfig.json \ AUTHORS # Some file may be missing here... pkgdata_DATA = \ favicon-taler.ico all: install: %.min.js: %.js python3 -m jsmin $< > $@ %.js.tar.gz: %.js tar czf $@ $<