* Makefile (sc_cpp_indent_check): Don't limit the check to files
in lib/.
+2011-02-22 Jim Meyering <meyering@redhat.com>
+
+ maint: sc_cpp_indent_check: remove the "only in lib/" restriction
+ * Makefile (sc_cpp_indent_check): Don't limit the check to files
+ in lib/.
+
2011-02-22 Eric Blake <eblake@redhat.com>
maint: avoid any CDPATH issue
else :; fi
# Verify that certain (for now, only Jim Meyering and Eric Blake's)
-# lib/**.c files are consistently cpp indented.
+# *.c files are consistently cpp indented.
sc_cpp_indent_check:
./gnulib-tool --extract-filelist \
$$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
- | grep 'lib/.*\.c$$' \
+ | grep '\.c$$' \
| grep -v '/getloadavg\.c$$' \
| xargs cppi -c