]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add indent target.
authorSimon Josefsson <simon@josefsson.org>
Thu, 28 Oct 2004 11:08:34 +0000 (11:08 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 28 Oct 2004 11:08:34 +0000 (11:08 +0000)
Makefile.am

index 45d8d5f420c077b31381dcbc67f168b8f1b281ce..2877f7aaf289a4e6d80010cdd327518c0d0804c3 100644 (file)
@@ -31,3 +31,6 @@ release:
        cp -v doc/reference/html/*.{html,png,css,devhelp} $(htmldir)/reference/
        cd $(htmldir) && cvs add -kb releases/$(distdir).tar.bz2{,.sig} && \
                cvs commit -m "Update." manual/ reference/ releases/
+
+indent:
+       indent -kr `ls {lib,lib/x509,libextra,libextra/openpgp,src}/*.{c,h} | grep -v -- -gaa`