summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-07-19Merge branch 'master' into allinone-daJonas Smedegaard
Conflicts (manually resolved: merge old and new parts): .gitmodules
2010-07-16Bump ikiwiki_VERSION in Makefile.Jonas Smedegaard
2010-07-11Merge branch 'master' into allinone-daJonas Smedegaard
Conflicts: Makefile (manually resolved)
2010-07-11Rewrite Makefiles and README to reflect use of Git submodule (not ↵Jonas Smedegaard
multi-layered Gits).
2008-10-23Merge branch 'master' into allinone-daJonas Smedegaard
Conflicts (manually resolved): ikiwiki_da_admin.setup
2008-10-22Sync with ikiwiki 2.67.Jonas Smedegaard
2008-08-30Merge branch 'master' into allinone-daJonas Smedegaard
2008-08-30Sync POT and danish PO with ikiwiki 2.62.1.Jonas Smedegaard
2008-08-15Merge branch 'nonedit' into allinone-daJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-15List admin setup before regular in Makefile (to minimize risk of public ↵Jonas Smedegaard
visible breakage).
2008-08-11Fix use allinone branch (not clean).Jonas Smedegaard
2008-08-10Merge branch 'da' into allinone-daJonas Smedegaard
2008-08-10Enable da locale.Jonas Smedegaard
2008-08-10Move ikiwiki_admin.setup -> ikiwiki_da_admin.setup.Jonas Smedegaard
2008-08-10Merge branch 'nonedit' into allinone-daJonas Smedegaard
Conflicts (manually resolved): Makefile ikiwiki_da.setup
2008-08-10Merge branch 'clean' into allinone-daJonas Smedegaard
2008-08-10Change (again) to clean branch.Jonas Smedegaard
2008-08-10Revert to master branch (to ease merging).Jonas Smedegaard
2008-08-10Use and adapt new ikiwiki_da.setup. Drop ikiwiki.setup.Jonas Smedegaard
2008-08-10Merge branch 'master' into noneditJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-10Merge branch 'master' into cleanJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-10Disable PO-based locales by default.Jonas Smedegaard
2008-08-10Reorder and comment Makefile variables.Jonas Smedegaard
2008-08-10Use nonedit branch and dummy content for main setup.Jonas Smedegaard
2008-08-10Fork ikiwiki.setup as ikiwiki_admin.setup.Jonas Smedegaard
2008-08-10Merge branch 'master' into cleanJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-10Disable locales and flavors by default.Jonas Smedegaard
2008-08-09Merge branch 'master' into cleanJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-09Extend make to support FLAVORS.Jonas Smedegaard
2008-08-09Merge branch 'master' into cleanJonas Smedegaard
Conflicts (manually resolved): Makefile
2008-08-09Fix bogus locale no_NB -> nb.Jonas Smedegaard
2008-07-13Drop non-Git VCS options from config. Use clean content branches.Jonas Smedegaard
2008-05-30Split rule-exansions from main Makefile to make/rules.mk.Jonas Smedegaard
2008-04-14Name local l10n branches matching remote ones, when init'ing git.Jonas Smedegaard
2008-02-24Disable danish POLOCALES target for now: Invoking bare make on virgin clone ↵Jonas Smedegaard
on osx fails with Makefile:128: *** missing endif. Stop.
2008-02-22Use native git protocol - in Makefile too.Jonas Smedegaard
2008-02-19Fix dollar escaping within expansion.Jonas Smedegaard
2008-02-19Improve hint about future unfuzz filter for testing newly initialized po files.Jonas Smedegaard
2008-02-19Enable i18n of smiley, and danish l10n.Jonas Smedegaard
2008-02-19Drop surrounding parens when initializing po files.Jonas Smedegaard
2008-02-19Don't strip fuzzy hints when initializing po files, and comment out rule ↵Jonas Smedegaard
only relevant for (not yet implemented) automated tests.
2008-02-18Fix creating po directory as needed when initializing po file.Jonas Smedegaard
2008-02-18Fix initializing po files using localized texts (not master texts).Jonas Smedegaard
2008-02-18Avoid updating po files when initializing: can't do both at once.Jonas Smedegaard
2007-11-06Disable markdown tweaks by default in po4a perl module, and instead enable ↵Jonas Smedegaard
them explicitly in Makefile.
2007-11-06Use local Locale::Po4a::Text tweaked to not wrap paragraphs containing ↵Jonas Smedegaard
headlines, blockquotes, triple-quotes or html tags.
2007-11-06Tighten .PHONY and other dependencies in Makefile.Jonas Smedegaard
2007-11-06Rename ALL_L10NFILES -> LOCALE_L10NFILES and ALL_MASTERFILES -> ↵Jonas Smedegaard
MASTER_L10NFILES in Makefile.
2007-11-06Avoid chdir in shell code (strip leading path afterwards instead) when ↵Jonas Smedegaard
resolving *_L10NFILES in Makefile.
2007-11-06Fix overwriting origin file instead of creating a new one when init'ing ↵Jonas Smedegaard
translations in Makefile.