From 49defd1cdc5a2fa306535fbe45f64b43c85d4e43 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 26 Apr 2008 15:16:06 +0000 Subject: [PATCH] restore tab which got lost in cut-and-past. -- A pox on "make". Thanks to Steve Schultz again for keeping us (more) honest. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9421c8b1..587264a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.46 2008/04/24 07:28:00 rocky Exp $ +# $Id: Makefile.am,v 1.47 2008/04/26 15:16:06 rocky Exp $ # # Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein # @@ -90,6 +90,6 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h \ $(man_MANS) -$(man_MANS): %.1: % %.help2man - -$(HELP2MAN) --opt-include=$<.help2man --no-info --output=$@ ./$< +$(man_MANS): %.1: % %.help2man + -$(HELP2MAN) --opt-include=$<.help2man --no-info --output=$@ ./$< MOSTLYCLEANFILES = $(man_MANS)