Fix building documentation when using OpenBSD's make.
[oweals/tinc.git] / Makefile.am
index 177f54996769501616cb344439d71518d7d3a488..0810d4f893bb319ad4adc1363e4dc7ef4ee0c47f 100644 (file)
@@ -33,3 +33,6 @@ release:
        echo "Please edit the NEWS file now..."
        /usr/bin/editor $(srcdir)/NEWS
        $(MAKE) dist
+
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch] test/*.[ch]