Fix files cleaning.

This commit is contained in:
Andrey Zakhvatov 2003-10-22 16:44:24 +00:00
parent 664daae42c
commit bd986c1a1d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18540

View file

@ -2,7 +2,7 @@
# The FreeBSD Russian Documentation Project # The FreeBSD Russian Documentation Project
# #
# $FreeBSD$ # $FreeBSD$
# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.6 2003/10/22 16:44:59 andy Exp $ # $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.7 2003/10/22 16:52:58 andy Exp $
# #
# Original revision: 1.7 # Original revision: 1.7
@ -13,11 +13,11 @@
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
DOCS+= alpha.sgml DOCS= alpha.sgml
DOCS+= amd64.sgml DOCS+= amd64.sgml
DOCS+= ia64.sgml DOCS+= ia64.sgml
DOCS= index.sgml DOCS+= index.sgml
DOCS= mips.sgml DOCS+= mips.sgml
DOCS+= pc98.sgml DOCS+= pc98.sgml
DOCS+= ppc.sgml DOCS+= ppc.sgml
DOCS+= sparc.sgml DOCS+= sparc.sgml