Enable news subdir.

This commit is contained in:
Wolfram Schneider 1998-07-11 11:26:24 +00:00
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

View file

@ -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) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -64,6 +64,8 @@ pgallery.inc: gallery.db gengallery.pl
# Subdirectories # Subdirectories
SUBDIR= security cgi commercial docproj gifs ports releases tutorials SUBDIR= security cgi commercial docproj gifs ports releases tutorials
SUBDIR+= news
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
SUBDIR+= ja_JP.EUC SUBDIR+= ja_JP.EUC
.endif .endif

View file

@ -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) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -64,6 +64,8 @@ pgallery.inc: gallery.db gengallery.pl
# Subdirectories # Subdirectories
SUBDIR= security cgi commercial docproj gifs ports releases tutorials SUBDIR= security cgi commercial docproj gifs ports releases tutorials
SUBDIR+= news
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
SUBDIR+= ja_JP.EUC SUBDIR+= ja_JP.EUC
.endif .endif