git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c4ec8c
)
Fixes for non-srcdir builds: Only include POTFILES from SUBDIRS directories.
author
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 16 Jul 2009 18:29:47 +0000
(19:29 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 16 Jul 2009 18:30:12 +0000
(19:30 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
bd52c52
..
1f6f62e
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-159,10
+159,10
@@
dist-hook:
# Update the list of translatable files in po/POTFILES.in.
all-local:
cd $(srcdir); \
- find -name '*.c' -o -name '*.pl' -o -name '*.pm' | \
- grep -v '/blib/' | \
- grep -v '
/
capitests/' | \
- grep -v '
/
examples/' | \
+ find
$(DIST_SUBDIRS)
-name '*.c' -o -name '*.pl' -o -name '*.pm' | \
+ grep -v '
perl
/blib/' | \
+ grep -v 'capitests/' | \
+ grep -v 'examples/' | \
grep -v '/guestfs_protocol.c' | \
grep -v '/rc_protocol.c' | \
sort | \