]> git.gag.com Git - fw/quantimotor/commitdiff
arrange for fontawesome.min.css to be available
authorBdale Garbee <bdale@gag.com>
Tue, 27 May 2025 17:35:42 +0000 (11:35 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 27 May 2025 17:35:42 +0000 (11:35 -0600)
Makefile
debian/control

index 435bf460cb7667281368afe13826f597b908faa8..eda4805e711e767d5ac83918013cd3301a15cbb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,10 @@ SUBDIRS := devicetree
 SUBDIRS-clean := $(addsuffix -clean,$(SUBDIRS))
 
 all: $(SUBDIRS)
+       cp /usr/share/nodejs/@fortawesome/fontawesome-free/css/fontawesome.min.css ui/fontawesome.min.css
 
 clean: $(SUBDIRS-clean)
+       rm -f ui/fontawesome.min.css
 
 $(SUBDIRS):
        $(MAKE) -C $@
index a2edd804ea6fb2dd66b5aa85632048793ff171df..7ef8ef9af7f35341134f4dd1c5a6e25afc3385de 100644 (file)
@@ -6,6 +6,7 @@ Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
  device-tree-compiler,
+ node-fortawesome-fontawesome-free,
 Standards-Version: 4.7.0
 Homepage: https://altusmetrum.org/QuantiMotor
 Vcs-Git: git://git.gag.com/fw/quantimotor