From edccbf510ffa3a99f132942c57e210fec112d12d Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Sat, 21 Jun 2008 09:18:23 +0000 Subject: List checks in help output, make indenting nicer. Cosmetics. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 885ae36..6f61b15 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ all: python-updater.1 tarball python-updater.1: python-updater $(MAN_INCLUDE) help2man -L en_GB.UTF-8 -Ni $(MAN_INCLUDE) ./python-updater -o $@ - sed -i -e 's/ in the manpage//' $@ + sed -i -e 's/ in the manpage//' \ + -e 's/\*[[:space:]]\([[:alpha:]]*\).*/\1 /' $@ .PHONY: all clean tarball upload clean: -- cgit v1.2.3-65-gdbad