Replaces 8 spaces with a tab.

This commit is contained in:
John Fieber 1998-04-27 12:57:40 +00:00
parent 04cae3637f
commit 89cb5aeedf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2745
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998-04-25 16:41:06 kuriyama Exp $
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8
@ -13,7 +13,7 @@ CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
.endif
${INDEX}:
cvs -QR co ${INDEX}
cvs -QR co ${INDEX}
Makefile.gen: index.sgml .NOTMAIN
echo DOCS= *.sgml > Makefile.gen

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998-04-25 16:41:06 kuriyama Exp $
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8
@ -13,7 +13,7 @@ CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
.endif
${INDEX}:
cvs -QR co ${INDEX}
cvs -QR co ${INDEX}
Makefile.gen: index.sgml .NOTMAIN
echo DOCS= *.sgml > Makefile.gen