aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fish: install completions in preferred directoryDavid Adam2014-12-241-1/+1
| | | | Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* Makefile: still needs posix shellJason A. Donenfeld2014-04-291-3/+3
|
* makefile: use install -d instead of mkdir -pJason A. Donenfeld2014-04-251-7/+7
|
* Makefile: osx/bsd does not support -DJason A. Donenfeld2014-04-241-24/+23
|
* tests: run from anywhereJason A. Donenfeld2014-04-241-1/+1
|
* makefile: add force all flag to enable all featuresJason A. Donenfeld2014-04-231-0/+6
|
* tests: make more gritty, less setupJason A. Donenfeld2014-04-231-1/+1
|
* tests: remove random_seed on cleanJason A. Donenfeld2014-04-231-1/+1
|
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-221-2/+12
|
* makefile: install completion automatically and adjust lib pathsJason A. Donenfeld2014-04-211-12/+30
|
* bash-completion: fix completion-file's name in uninstallschalox2014-04-191-1/+1
|
* platform: Auto-detect local platform fileJason A. Donenfeld2014-04-191-2/+2
| | | | | | | In fact, if we're running from the source directory, just auto-detect the platform file in the first place. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* platform: Allow custom platform file before installJason A. Donenfeld2014-04-191-2/+4
| | | | | | | | | | | The new environment variable, PASSWORD_STORE_PLATFORM_FILE is now used for loading custom platform files while pass lives as src/password-store.sh. After it is installed using 'make install', this environment variable is no longer used, and either no platform file is loaded (if the default platform is acceptable), or a hardcoded also-installed platform file is referenced. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* makefile: allow platform files with gnu sedJason A. Donenfeld2014-04-171-7/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* platform: add cygwin supportJason A. Donenfeld2014-04-171-1/+1
| | | | | | | | | According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Install bash-completion file to the right place.Jason A. Donenfeld2014-04-151-1/+1
|
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-221-9/+7
|
* Makefile: appropriate mkdir -p for completionVon Welch2014-03-201-1/+1
| | | | Fix for c832d4647439a0d504a310fba51f20dcb5051c47
* Makefile: Do not install bash completion to /etcLukas Fleischer2013-08-261-3/+2
| | | | | | | | `make install` should never install anything to /etc. "/usr/share/bash-completion/completions/" is the right place for completions that are installed by software packages. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Style fixes.1.4Jason A. Donenfeld2012-09-241-2/+2
|
* Insert comment for fish completion.Jason A. Donenfeld2012-09-231-1/+6
|
* Properly quote MakefileJason A. Donenfeld2012-09-221-6/+7
|
* Make recursive make silent.Jason A. Donenfeld2012-09-181-1/+1
|
* Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld2012-09-171-3/+15
|
* Fix makefile and use proper manpage hyperlinks.Jason A. Donenfeld2012-09-111-1/+1
|
* Move completion files to contrib.1.1.4Jason A. Donenfeld2012-09-081-2/+2
|
* Import ZSH completion file from Johan Venant <jvenant@invicem.pro>.Jason A. Donenfeld2012-09-081-1/+3
|
* Explicitly set permissions when running 'install'Christophe Fergeau2012-09-071-3/+3
| | | | | The default permissions set by 'install' are 0755 which is not what we want for manpages and the bash completion file.
* Use BINDIR, MANDIR and SYSCONFDIR vars in MakefileChristophe Fergeau2012-09-061-5/+8
| | | | | | | | This commit introduces these variables, and defaults to using the same values as the ones that were used before. The advantage of doing this is to make it easier to use some distro-specific layout. When this is desirable, these variables can be overridden to what is appropriate at package build time.
* Be sure to explicitly state that install is a phony target.Jason A. Donenfeld2012-09-051-0/+2
|
* Prepare for debianification.1.0Jason A. Donenfeld2012-09-041-4/+8
|
* Make into a real project.Jason A. Donenfeld2012-09-031-0/+10