git.lxde.org
/
lxde
/
lxappearance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f92013
)
Fix 'make distcheck' : data/ui/*.ui should be cleaned.
author
Andriy Grytsenko
<andrej@rep.kiev.ua>
Sun, 21 Sep 2014 15:19:36 +0000
(18:19 +0300)
committer
Andriy Grytsenko
<andrej@rep.kiev.ua>
Sun, 21 Sep 2014 15:19:36 +0000
(18:19 +0300)
data/ui/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/data/ui/Makefile.am
b/data/ui/Makefile.am
index
559bc78
..
7b95e48
100644
(file)
--- a/
data/ui/Makefile.am
+++ b/
data/ui/Makefile.am
@@
-12,6
+12,8
@@
ui_DATA = $(ui_in_files:.glade=.ui)
.glade.ui:
sed 's/<!--.*-->//' < $< | sed ':a;N;$$!ba;s/ *\n *</</g' > $@
+CLEANFILES = $(ui_DATA)
+
EXTRA_DIST= \
$(ui_DATA) \
$(ui_in_files) \