sumom****@users*****
sumom****@users*****
2008年 10月 3日 (金) 00:02:00 JST
Index: julius4/man/Makefile.in diff -u julius4/man/Makefile.in:1.1 julius4/man/Makefile.in:1.2 --- julius4/man/Makefile.in:1.1 Thu Oct 2 17:57:03 2008 +++ julius4/man/Makefile.in Fri Oct 3 00:01:59 2008 @@ -3,7 +3,7 @@ # Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology # All rights reserved # -# $Id: Makefile.in,v 1.1 2008/10/02 08:57:03 sumomo Exp $ +# $Id: Makefile.in,v 1.2 2008/10/02 15:01:59 sumomo Exp $ # SHELL=/bin/sh RM=@RM@ -f @@ -13,6 +13,11 @@ ############################################################ +all: + @echo Nothing to build + +install: install.man install.man.ja + install.man: ${INSTALL} -d @mandir@/man1 for f in *.1; do \ @@ -30,7 +35,7 @@ ############################################################ clean: - echo nothing to do + @echo Nothing to do distclean: $(RM) Makefile