index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2017-06-02
Remove also desktop file on uninstall.
Daniel Carl
2017-05-09
Don't give MFLAGS to make explicitly.
Daniel Carl
2017-04-10
adds make option V for verbose builds
Robert Timm
2017-04-10
Fix wrong path to extension directory.
Daniel Carl
2017-04-08
use %.subdir-{all,clean} targets in root makefile
Robert Timm
2017-03-23
Call subdir make only for one level #331.
Daniel Carl
2017-01-28
Attempt to start dbus server from ui.
Daniel Carl
2016-10-19
Added manual page.
Daniel Carl
2016-09-28
Adds vimb.desktop file and install rule
Robert Timm
2016-09-27
Fixes man page install rule
Robert Timm
2016-09-27
Disables Makefile man page processing, man page missing for now
Robert Timm
2016-06-30
Made make a bit more silent.
Daniel Carl
2016-06-30
Reorder Makefile a little.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-06-15
Fixed Makefile install target using -D.
Daniel Carl
2015-02-24
Remove example files also on uninstall.
Daniel Carl
2015-02-23
Install the sample scripts too.
Daniel Carl
2015-01-25
Use own Makefile for src directory.
Daniel Carl
2015-01-24
Removed debug target.
Daniel Carl
2014-07-05
Fixed wrong placed dependency include in Makefile.
Daniel Carl
2014-06-09
Don't relink the libvimb before each test.
Daniel Carl
2014-06-08
Added test for key mapping.
Daniel Carl
2014-06-06
Added first unit tests.
Daniel Carl
2013-08-06
Remove PROJECT placeholders from manual page.
Daniel Carl
2013-07-29
Use PROJECT variable instead of hard wired "vimb".
Daniel Carl
2013-07-29
Put similar target in Makefile together.
Daniel Carl
2013-07-29
Simplified Makefile by merging CPPFLAGS into CFLAGS.
Daniel Carl
2013-07-29
Removed nearly empty makefile for manual page.
Daniel Carl
2013-07-29
Removed vimb.1.txt to process manpage direct for install target.
Daniel Carl
2013-07-27
Don't overwrite users config.h if config.def.h is changed.
Daniel Carl
2013-07-18
Replaced the confg.h by config.def.h file.
Daniel Carl
2013-07-18
Moved default config from config.h to own file.
Daniel Carl
2013-07-02
Use DESTDIR variable in install/uninstall make target (#42).
Daniel Carl
2013-06-25
Fixed wrong clean make target.
Daniel Carl
2013-06-22
Fixed none opening image hints without surrounding link.
Daniel Carl
2013-06-04
Simplified the make target 'clean'.
Daniel Carl
2013-03-23
Use the MFLAGS for every make call to a subdirectory.
Daniel Carl
2013-03-01
Renamed hinting js file from hint.js -> hints.js.
Daniel Carl
2013-03-01
Replaced hinting by javascript hinting.
Daniel Carl
2012-12-31
Made make a little more verbose.
Daniel Carl
2012-12-29
Added install and uninstall make targets.
Daniel Carl
2012-12-29
Added a man page for the browser commands.
Daniel Carl
2012-09-30
Start of project.
Daniel Carl