diff options
author | Johannes Rudolph <johannes.rudolph@gmx.com> | 2018-01-02 13:58:11 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2018-06-28 01:52:53 +0200 |
commit | 207e77c7cbab87f3bf537dd11ca391f12df01129 (patch) | |
tree | c8ad4ae435dca1b2e77d0ddfab72c5a57dd3290b /src/curses-ui/Makefile | |
parent | f07b648ce9b6f06200bdd0090d1fdac15fd3351d (diff) | |
download | serial-barcode-scanner-207e77c7cbab87f3bf537dd11ca391f12df01129.tar.bz2 |
all: replace hard-coded KtT branding with dynamic text
* extend config file with general details
* extend curves-ui makefile add config
* Use name from config
* replace static text with dynamic text
* read short name and long name from config
* replace SHORTNAME tags with the shortname
* replace mail related branding information
* add missing Replacement
* make VAT (Umsatzsteuer) optional
* make space name dynamic
* make short name in treasuremail text dynamic
* make pdf text more dynamic
Diffstat (limited to 'src/curses-ui/Makefile')
-rw-r--r-- | src/curses-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curses-ui/Makefile b/src/curses-ui/Makefile index 1ca68cf..bfdea51 100644 --- a/src/curses-ui/Makefile +++ b/src/curses-ui/Makefile @@ -1,7 +1,7 @@ all: curses-ui @echo > /dev/null -curses-ui: *.vala ../audio/audio-interface.vala ../scanner-session/scannersession-interface.vala +curses-ui: *.vala ../audio/audio-interface.vala ../scanner-session/scannersession-interface.vala ../config/config-interface.vala valac -X -w -o $@ --pkg curses -X -lncursesw --pkg posix --pkg gio-2.0 $^ clean: |