You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
836 B
26 lines
836 B
8 years ago
|
From e60b045a77cc058d1c48fe78b8329b272993a853 Mon Sep 17 00:00:00 2001
|
||
|
From: David Tardon <dtardon@redhat.com>
|
||
|
Date: Fri, 5 May 2017 09:55:52 +0200
|
||
|
Subject: [PATCH] add missing dep on dir
|
||
|
|
||
|
Change-Id: I3bf9077e0d4fdb39ffc93e8acd972e2dbc3537e4
|
||
|
---
|
||
|
postprocess/CustomTarget_images.mk | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
|
||
|
index 4ea776509866..87b5faefb6ed 100644
|
||
|
--- a/postprocess/CustomTarget_images.mk
|
||
|
+++ b/postprocess/CustomTarget_images.mk
|
||
|
@@ -16,6 +16,7 @@ helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxilia
|
||
|
$(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
|
||
|
$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
|
||
|
commandimagelist.ilst \
|
||
|
+ sourceimagelist.ilst \
|
||
|
sorted.lst \
|
||
|
))
|
||
|
|
||
|
--
|
||
|
2.12.2
|
||
|
|