Add status directory to build queue
Spoted by: make checkmissing
This commit is contained in:
parent
08126d80d4
commit
c386406c0a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20640
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# The FreeBSD Russian Documentation Project
|
# The FreeBSD Russian Documentation Project
|
||||||
# $FreeBSDru: frdp/www/ru/news/Makefile,v 1.9 2004/01/22 15:09:47 den Exp $
|
# $FreeBSDru: frdp/www/ru/news/Makefile,v 1.10 2004/04/09 11:17:51 phantom Exp $
|
||||||
# Original revision: 1.39
|
# Original revision: 1.39
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
@ -33,6 +32,7 @@ SUBDIR+= 1999
|
||||||
SUBDIR+= 2000
|
SUBDIR+= 2000
|
||||||
SUBDIR+= 2001
|
SUBDIR+= 2001
|
||||||
SUBDIR+= 2002
|
SUBDIR+= 2002
|
||||||
|
SUBDIR+= status
|
||||||
|
|
||||||
DATA= newsflash.html news.rdf press.html
|
DATA= newsflash.html news.rdf press.html
|
||||||
CLEANFILES+= newsflash.html news.rdf press.html
|
CLEANFILES+= newsflash.html news.rdf press.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue