Skip to content

Commit 462fa03

Browse files
committed
Implement pgindent-headers Makefile rule
This rule executes pgindent with header files only.
1 parent 2f7d791 commit 462fa03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,10 @@ pgindent:
258258
--excludes=pgindent-excludes.list \
259259
--indent=${PGBSDINDENT} \
260260
src
261+
262+
pgindent-headers:
263+
$(PGINDENT) \
264+
--typedefs=pgindent-typedefs.list \
265+
--excludes=pgindent-excludes.list \
266+
--indent=${PGBSDINDENT} \
267+
src/*.h

0 commit comments

Comments
 (0)