public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] build-sys: exclude Documentation/ from looking for translatable strings
@ 2014-07-14  9:02 Benno Schulenberg
  2014-07-14  9:02 ` [PATCH 2/5] docs: improve formatting and wording of a few man pages Benno Schulenberg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Benno Schulenberg @ 2014-07-14  9:02 UTC (permalink / raw)
  To: util-linux

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 po/update-potfiles |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/po/update-potfiles b/po/update-potfiles
index 925f386..884e4d9 100755
--- a/po/update-potfiles
+++ b/po/update-potfiles
@@ -28,6 +28,7 @@ source_files=$(
 		-e '/\(\.h\|\.c\)$/!d' \
 		-e '/^tests\//d' \
 		-e '/\/samples\//d' \
+		-e '/^Documentation\//d' \
 )
 
 # throw away non-existing files (dirty git repo)
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-14 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14  9:02 [PATCH 1/5] build-sys: exclude Documentation/ from looking for translatable strings Benno Schulenberg
2014-07-14  9:02 ` [PATCH 2/5] docs: improve formatting and wording of a few man pages Benno Schulenberg
2014-07-14  9:02 ` [PATCH 3/5] docs: many tiny formatting and wording improvements to man page of mount Benno Schulenberg
2014-07-14  9:03 ` [PATCH 4/5] libmount: adjust the ordering of a #define and tweak some comments Benno Schulenberg
2014-07-14  9:03 ` [PATCH 5/5] docs: fix name and URL of 2.25-rc1 Benno Schulenberg
2014-07-14 14:26 ` [PATCH 1/5] build-sys: exclude Documentation/ from looking for translatable strings Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox