summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2015-02-27Fix generate ikiwiki setup only once.Jonas Smedegaard
2015-02-27Add IKIWIKI_UNDERLAYS for multiple underlays.Jonas Smedegaard
2015-02-26Fix build_path expansion.Jonas Smedegaard
2015-02-26Handle optional forms: Copy, set executable and expand build_path.Jonas Smedegaard
2013-12-02Fix detect forced build.Jonas Smedegaard
2013-12-02Explicitly refresh when not forcing rebuild: ikiwiki man page lie about default.Jonas Smedegaard
2012-08-04Drop IKIWIKI_SHARED_OPTIONS (merge into IKIWIKI_SHARED_DEFAULTS.Jonas Smedegaard
2012-08-01Fix bootstrapping with no initial ikiwiki config.Jonas Smedegaard
2012-03-10Restructure (again again) init dependencies.Jonas Smedegaard
2012-03-01Generate Ikiwiki setup files from defaults, hardcoding (path) options and ↵Jonas Smedegaard
optional *.in YAML file.
2012-03-01Individual configfile targets.Jonas Smedegaard
2012-03-01Restructure submodules and config targets dependency handling (now use -B to ↵Jonas Smedegaard
force rebuilding).
2011-10-11Avoid confusing output in build target init.Jonas Smedegaard
2011-10-11Fix build cssprojects.Jonas Smedegaard
2011-04-20Make commandline of ikiwiki execution visible.Jonas Smedegaard
2011-04-20Fix declare default 'all' target before including make snippets.Jonas Smedegaard
2011-04-20Tidy spaces in rules.Jonas Smedegaard
2011-04-20Stop initially generating no longer used external compass config.Jonas Smedegaard
2011-04-20Improve compass project handling: Try compile only styling and (shared) goab ↵Jonas Smedegaard
by default. Git-ignore cache folders anywhere. Sync with HEAD of submodule shared.
2011-04-20Only force-rebuild ikiwiki when using make always-make option -B.Jonas Smedegaard
2011-03-28Use make -B in init: timestamps may be messed up by git.Jonas Smedegaard
2011-03-28Init Compass config if likely to be relevant.Jonas Smedegaard
2011-02-03Suppress ikiwiki git usage when content is off track.Jonas Smedegaard
2011-02-03Fix avoid single-quoting shell wildcard.Jonas Smedegaard
2011-02-03Generate CSS files before content.Jonas Smedegaard
2011-02-03Fix typo in themes init rule.Jonas Smedegaard
2011-02-03Try bootstrap themes in init target, and include themes makefile for Sass in ↵Jonas Smedegaard
root of content.
2011-02-03Fix spawn submake for config target, to ensure make snippets are re-included ↵Jonas Smedegaard
after submodule init.
2011-02-03Fix avoid single-quoting shell wildcard.Jonas Smedegaard
2011-02-03Always check for ikiwiki config, and check for any config (not only default).Jonas Smedegaard
2011-02-03Tighten Makefile: Single-quote around variables used in shell.Jonas Smedegaard
2011-02-03Fix init submodules before config or content.Jonas Smedegaard
2011-01-30Include shared and config extensions to IKIWIKI_OPTIONS.Jonas Smedegaard
2011-01-30Fix avoid init (create config) in default targets).Jonas Smedegaard
2011-01-30Avoid invoking init target by default, and have it fully bootstrap, ↵Jonas Smedegaard
optionally extended.
2011-01-30Simplify target naming and dependencies.Jonas Smedegaard
2011-01-30Register phony targets.Jonas Smedegaard
2011-01-30Add initial Makefile.Jonas Smedegaard