Enable news subdir.
This commit is contained in:
parent
5026b790d4
commit
70431be888
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3041
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.32 1998-06-19 09:53:41 wosch Exp $
|
||||
# $Id: Makefile,v 1.33 1998-07-11 11:26:24 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -64,6 +64,8 @@ pgallery.inc: gallery.db gengallery.pl
|
|||
# Subdirectories
|
||||
|
||||
SUBDIR= security cgi commercial docproj gifs ports releases tutorials
|
||||
SUBDIR+= news
|
||||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
SUBDIR+= ja_JP.EUC
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.32 1998-06-19 09:53:41 wosch Exp $
|
||||
# $Id: Makefile,v 1.33 1998-07-11 11:26:24 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -64,6 +64,8 @@ pgallery.inc: gallery.db gengallery.pl
|
|||
# Subdirectories
|
||||
|
||||
SUBDIR= security cgi commercial docproj gifs ports releases tutorials
|
||||
SUBDIR+= news
|
||||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
SUBDIR+= ja_JP.EUC
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue