[Julius-cvs 303] CVS update: julius4/julius

Back to archive index

sumom****@users***** sumom****@users*****
2008年 10月 2日 (木) 17:57:03 JST


Index: julius4/julius/Makefile.in
diff -u julius4/julius/Makefile.in:1.4 julius4/julius/Makefile.in:1.5
--- julius4/julius/Makefile.in:1.4	Thu Sep 25 13:49:05 2008
+++ julius4/julius/Makefile.in	Thu Oct  2 17:57:03 2008
@@ -5,7 +5,7 @@
 # All rights reserved
 
 #
-# $Id: Makefile.in,v 1.4 2008/09/25 04:49:05 sumomo Exp $
+# $Id: Makefile.in,v 1.5 2008/10/02 08:57:03 sumomo Exp $
 #
 SHELL=/bin/sh
 .SUFFIXES:
@@ -58,20 +58,12 @@
 
 ############################################################
 
-install: install.bin install.man
+install: install.bin
 
 install.bin: $(TARGET)
 	${INSTALL} -d @bindir@
 	${INSTALL_PROGRAM} $(TARGET) ${bindir}/${INSTALLTARGET}
 
-install.man:
-	${INSTALL} -d @mandir@/man1
-	${INSTALL_DATA} $(TARGET).man ${mandir}/man1/$(TARGET).1
-
-install.man.ja:
-	${INSTALL} -d @mandir@/man1
-	${INSTALL_DATA} $(TARGET).man.ja ${mandir}/man1/$(TARGET).1
-
 depend:
 	makedepend -- $(CFLAGS) -- $(OBJSENT)
 
Index: julius4/julius/configure
diff -u julius4/julius/configure:1.1.1.1 julius4/julius/configure:1.2
--- julius4/julius/configure:1.1.1.1	Fri Sep 28 11:50:55 2007
+++ julius4/julius/configure	Thu Oct  2 17:57:03 2008
@@ -465,7 +465,7 @@
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=julius.man
+ac_unique_file=main.c
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
Index: julius4/julius/configure.in
diff -u julius4/julius/configure.in:1.2 julius4/julius/configure.in:1.3
--- julius4/julius/configure.in:1.2	Tue Dec 18 17:45:48 2007
+++ julius4/julius/configure.in	Thu Oct  2 17:57:03 2008
@@ -4,10 +4,10 @@
 dnl Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology
 dnl All rights reserved
 dnl
-dnl $Id: configure.in,v 1.2 2007/12/18 08:45:48 sumomo Exp $
+dnl $Id: configure.in,v 1.3 2008/10/02 08:57:03 sumomo Exp $
 dnl
 
-AC_INIT(julius.man)
+AC_INIT(main.c)
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_AUX_DIR(../support)
 


Julius-cvs メーリングリストの案内
Back to archive index