From 231ffc619a287ec49921e99488bd9fbc733a3c3a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 11 Jul 2010 19:35:38 +0200 Subject: Rewrite Makefiles and README to reflect use of Git submodule (not multi-layered Gits). --- Makefile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2399e70..d9fb135 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,9 @@ SOURCES = ikiwiki ikiwiki_VERSION = 2.62.1 -# Git origin (with capital MOULE replaced or stripped as needed) -ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE -# Git branch (with capital FLAVOR and LOCALE replaced or stripped as needed) -ikiwiki_BRANCH = master-FLAVOR-LOCALE -# modules (subproject extension names) used. Expands Git ORIGINs +# modules (subproject extension names) used. Expands SOURCES ikiwiki_MODULES = templates basewiki smiley directives -# flavors used. Expands Git BRANCHes -#ikiwiki_basewiki_FLAVORS = nonedit -#ikiwiki_templates_FLAVORS = nonedit -# locales used. Expands Git BRANCHes +# locales used. Expands SOURCES #ikiwiki_LOCALES = da nb # gettext-based modules and locales used #ikiwiki_POMODULES = basewiki smiley directives @@ -30,7 +23,12 @@ flavordir = $(module)_$(flavor) flavorl10ndir = $(module)_$(flavor)_l10n/$(locale) podir = po -all: $(SOURCES) +all: init $(SOURCES) + +init: + git submodule init + git submodule update + touch init install:: ifeq ($(strip $(CONFIGS)),) -- cgit v1.2.3 href='/notmuch/tree/tags/bb/4f/201504141947.57982.holger@layer-acht.org/debian?h=master'>treecommitdiff
path: root/tags/bb/4f/201504141947.57982.holger@layer-acht.org/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/bb/4f/201504141947.57982.holger@layer-acht.org/debian
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/bb/4f/201504141947.57982.holger@layer-acht.org/debian')
-rw-r--r--tags/bb/4f/201504141947.57982.holger@layer-acht.org/debian0
1 files changed, 0 insertions, 0 deletions