summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
sten.git/commit/templates/root.mako?id=47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6&follow=1'>Add month navigationRené 'Necoro' Neumann6-5/+35 2010-07-05Add iconRené 'Necoro' Neumann2-1/+2 2010-07-05change cursorRené 'Necoro' Neumann1-0/+5 2010-07-05Some restructuringRené 'Necoro' Neumann3-28/+45 2010-07-05Closed/Open imagesRené 'Necoro' Neumann4-0/+146 2010-05-25Move page templates into their own folderRené 'Necoro' Neumann5-5/+7 2010-05-25Added the ability to edit an expenseRené 'Necoro' Neumann3-9/+34 2010-05-12FixRené 'Necoro' Neumann1-2/+2 2010-05-12Show more detailsRené 'Necoro' Neumann4-19/+42 2010-05-12Create new form each timeRené 'Necoro' Neumann1-24/+26 2010-05-10Fix redirect in AddRené 'Necoro' Neumann1-1/+1 2010-05-10Added the 'add expense' stuffRené 'Necoro' Neumann4-3/+69