Reto Brunner
90db2e54b0
Makefile: fix -ldflags -X invocation
...
Aerc uses the go linker to add some variables like main.Prefix / main.ShareDir
etc. however the go linker only considers the last -ldflags invocation it seems.
This commit fixes the makefile to use only a single -ldflags invocation, which
again sets the vars as expected.
2019-06-19 15:48:13 -04:00
Drew DeVault
74af57b6c6
Add aerc -v to print the installed version
2019-06-18 09:50:06 -04:00
Lyle Hanson
d3b5a76b4a
Add uninstall target to Makefile
...
Also removes leftover directories if there isn't anything else in them.
https://todo.sr.ht/~sircmpwn/aerc2/179
2019-06-14 09:56:54 -04:00
Drew DeVault
74d4c0219d
Update filter names in Makefile
2019-06-07 12:05:05 -04:00
Jonas Kalderstam
eabdcff863
Added config file to Make clean
...
Config file will be incorrect if make is run with different values for
PREFIX otherwise.
2019-06-04 14:29:47 -04:00
rage 311
cbbdb232e8
Fix Makefile for non-GNU find
...
derp
2019-06-03 18:11:00 -04:00
Sam Whited
0bfb90baed
Remove more GNU-isms from Makefile
...
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-06-01 10:49:01 -04:00
Sam Whited
7a8f4084ff
Remove "wildcard" GNU-ism from Makefile
...
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-05-30 10:27:13 -04:00
Drew DeVault
887ff6550d
Implement :edit in compose screen
2019-05-26 11:58:14 -04:00
Drew DeVault
d30a6e3d1f
Subsitute prefix in aerc.conf for install
2019-05-26 10:27:22 -04:00
Stefan Tatschner
78fc83ef3d
Makefile: Minor improvements, usage of $@ and $(RM)
2019-05-22 16:34:45 -04:00
Drew DeVault
3e7ac52e1b
Correct typo in Makefile
2019-05-22 16:09:42 -04:00
Drew DeVault
24883c5114
Install $(MANDIR)/man7
2019-05-22 16:09:01 -04:00
Drew DeVault
c21ec370e2
Install aerc-tutorial man page with make install
2019-05-22 16:08:01 -04:00
Drew DeVault
f42724caf3
Install default configs to XDG config if not found
2019-05-22 12:35:44 -04:00
Drew DeVault
80704f2422
Add GOFLAGS variable to Makefile
2019-05-22 12:23:24 -04:00
Drew DeVault
58bc15b472
Implement opening tutorial after account wizard
2019-05-22 11:13:55 -04:00
Drew DeVault
7f540df29f
Install filters to /usr/share/aerc/filters
2019-05-17 13:51:18 -04:00
Drew DeVault
387426923b
Add install target to Makefile
2019-05-17 13:48:40 -04:00
Drew DeVault
fc719e47c4
Add man pages
2019-05-17 13:46:26 -04:00
Drew DeVault
3836d240c9
Switch to vgo
2018-03-02 09:27:44 -05:00
Drew DeVault
18493180bd
Make Makefile more POSIXly portable
...
This breaks out of tree builds though
2018-02-13 23:06:37 -05:00
Drew DeVault
39c93d2897
Load UI configuration
2018-01-09 19:28:43 -05:00
Drew DeVault
aeb700577b
Initial commit
2018-01-09 18:31:40 -05:00