summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-03-10actually install zsh completionLuke Smith
2023-02-13use template filesLuke Smith
2022-04-30openfile to libLuke Smith
2022-04-29mailsync manual per debian requirementsLuke Smith
2022-04-29openfile moved to lib, not for sole runningLuke Smith
2021-09-23hardcode mailbox names. don't remake shortcuts.Luke Smith
2021-09-23fix #691, fix #689, fix #690Luke Smith
2021-05-04close #705 and avoid loopsLuke Smith
2021-01-01makefile fixLuke Smith
2020-08-13add check for MANPREFIX (#510)A. Tammy
2020-06-16Update Makefile (#458)Michel Boaventura
Fix uninstall command
2019-11-25share files permission fixLuke Smith
2019-11-25ensure permissionsLuke Smith
2019-11-25backup files deleted on installLuke Smith
2019-11-24Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into ↵Luke Smith
aymanbagabas-master
2019-11-24Revert "Fix script removal (#310)"Luke Smith
This reverts commit 4904fcf51f878a8648d333d2fac7cbfe2728c47b.
2019-11-23Fix script removal (#310)Kipras Melnikovas
The `script` variable you were referring to previously is actually the relative path to a script, for example `bin/mw`. This fails to remove the script, because, obviously, the path is incorrect. I'd suggest renaming `script` to `scriptPath` in line 13 and `shared` to `sharedPath` in line 18 (or whatever variable names you prefer that make it clearer) to avoid confusion in the future. Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-10-26Makefile uninstall: Remove `mw.1` (#308)Kipras Melnikovas
2019-07-01Fix make uninstallAyman Bagabas
for loop directory wildcard includes the directory name. No need to specify the dir name when removing file. Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-07-01Make use of PREFIX environment variableAyman Bagabas
This patch puts the environment variable PREFIX in more use. If specified, mull-wizard Makefile substitute all instances of prefix with the provided environment variable. Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-05-06fixLuke Smith
2019-05-05Use correct prefix in muttrc on macOSStanko K.R
2019-05-04Prefix binary path correctly on MacOSStanko K.R
2019-05-01share files moved and loopedLuke Smith
2019-05-01loop in makefileLuke Smith
2019-04-23create man folder before copying the manpage thereKriss
I was wondering why the install failed... :laughing:
2019-04-23install to /usrLuke Smith
2019-04-23make all install paths configurableKriss
This would enable users to install to other locations (important e.g. for chroot installs or packaging).
2019-04-22manual addedLuke Smith
2019-04-21makefile addedLuke Smith