live-systems.org/gitweb
/
live-manual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b836d31
)
Renaming message 'make fuzzy' to 'make fixfuzzy' in makefile.
author
chals
<chals@altorricon.com>
Sat, 24 Nov 2012 15:26:25 +0000
(16:26 +0100)
committer
chals
<chals@altorricon.com>
Sat, 24 Nov 2012 15:26:25 +0000
(16:26 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
c376ba5
..
a3f9c06
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-85,7
+85,7
@@
commit: tidy test
@if grep -qs fuzzy manual/po/*/*; \
then \
echo "" ; \
- echo "There are $(shell grep -w 'fuzzy' manual/po/*/* | wc -l) fuzzy strings. You can run 'make fuzzy' to fix them." ; \
+ echo "There are $(shell grep -w 'fuzzy' manual/po/*/* | wc -l) fuzzy strings. You can run 'make f
ixf
uzzy' to fix them." ; \
fi
@echo
@echo "In order to find untranslated strings type 'make translate'."