From 1049bbb9a676368552e2fc0197669a9ea1b004ad Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 10 Apr 2011 14:51:14 +0100 Subject: [PATCH] added indent Makefile command --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 566f13f..367b280 100644 --- a/Makefile.in +++ b/Makefile.in @@ -265,6 +265,9 @@ files/fcron.conf: $(SRCDIR)/files/fcron.conf.in config.h updatedoc: make -C doc doc +indent: + indent -linux -i4 -nsob -sc *.c *.h + configure: configure.in # update configure script, then Makefile and config.h, and finally # run make tar using the new Makefile (needed because the version -- 2.40.0