summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-04-08Adapt Makefile and config.mk to use gitportix
2013-03-16Remove apidoc build targetportix
2013-03-15Inline documentation of javascript api; clean up api: new namespaces net andportix
timer; this refers to connected object in GObject.connect, moving prototype declarations from util.js to dwb.js; moving some functions from global namespace to util
2013-03-04Rename lib->htmlportix
--HG-- rename : lib/error.html => html/error.html rename : lib/head.html => html/head.html rename : lib/info.html => html/info.html rename : lib/local.html => html/local.html
2013-03-03Create dwbem symlink for bash-completionportix
2013-03-03Adding uninstall rule for bashcompletionportix
2013-03-03Changing BASHCOMPLETION to lowercase; remove .swp fileportix
2013-03-03Check if json-c is installed, install bash-completion if BASHCOMPLETION is setportix
2013-03-02Use m4 for generating keys and settings; move util to m4; move util/src to ↵portix
src/util; mv api to doc/api; adding bash-completion --HG-- rename : api/Makefile => doc/api/Makefile rename : api/jsapi.7.txt => doc/api/jsapi.7.txt rename : api/jsapi.txt => doc/api/jsapi.txt rename : util/Makefile => m4/Makefile
2013-03-02Moving c-utils to util/src; build utils/src firstportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
--HG-- rename : scripts/hints.js => scripts/base.js
2012-09-06Updating license infoportix
2012-09-04Don't show defines when printing cflagsportix
2012-09-01Adding dwbem to default installationportix
2012-08-21Implementing Array.fastIndexOf; adding dwb-js-manpageportix
2012-07-19Adding extensions formfiller, perdomainsettings, requestpolicy and userscriptsportix
2012-06-05Makefile: fix recursion so exit codes bubble upJason Woofenden
Pros: + Top-level makefile exits with a failure if any subdirectory makefile fails. + Sub directories can build in parallel. + If we ever need to, we can add dependencies on particular sub directories. Cons: + The makefile is a little less readable. --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
2012-05-17Implementing wv.number; outsourcing extensions to a seperate repositoryportix
--HG-- branch : scripts
2012-05-05Install extensionsportix
--HG-- branch : scripts
2012-04-21stdout/stderr callbacks for system.spawnportix
--HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
--HG-- branch : refactor
2012-02-22Move options-target to top-level Makefileportix
2011-12-26Remove usage of -D for "BSD install", which is a GNU-specific extension. ↵Peter Bex
Instead, use -d to create the dir, then install file to that dir. --HG-- extra : rebase_source : 7e8406f59c016408a4102e278845c3b15e2c3349
2011-12-21Move autoscroll.all.js into examples directoryportix
--HG-- rename : scripts/autoscroll.all.js => examples/autoscroll.all.js
2011-11-29Introducing scripts with suffix .all.js, these sripts are applied to all framesportix
--HG-- rename : scripts/autoscroll.js => scripts/autoscroll.all.js
2011-11-17Correcting phony targets in makefilesportix
2011-11-02Add autoscroll script to default installationportix
2011-10-23New info viewportix
--HG-- branch : develop
2011-10-06New directory listingportix
2011-09-27Adding makeflagsportix
2011-09-27Merging branch develop into defaultportix
2011-09-27Select elements in settings, forget settings.html, keys.htmlportix
--HG-- branch : develop
2011-09-12Custom error siteportix
2011-07-19Builtin followSelection, no javascriptportix
2011-07-18Add missing PLUGIN_FILE to install targetsportix
2011-07-18Define html-files in config.mkportix
2011-06-28Added .desktop and iconportix
2011-06-27Seperate keys.html fileportix
2011-06-26New settings view, remove per view settings viewportix
2011-06-23Remove Pluginblockerportix
2011-05-09merge with branch 'html'portix
2011-03-23New plugin blockerportix
2011-03-17added settings.htmlportix
--HG-- branch : html
2011-03-10Create an info page with bookmarks, quickmarks and historyportix
--HG-- branch : html
2011-02-21follow selectionportix
2011-02-10Fixing wrong install directoriesportix
2011-02-10Show version informationportix
2011-01-24Use hg archive in Makefileportix
2011-01-24Added make-target snapshotportix