Oops, didn't get all the changes made correctly.

This commit is contained in:
John Fieber 1998-03-15 05:00:23 +00:00
parent 4032547d4f
commit 6df5d81001
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2535
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.22 1998-03-12 21:41:57 jfieber Exp $
# $Id: Makefile,v 1.23 1998-03-15 05:00:23 jfieber Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
@ -51,11 +51,11 @@ cgallery.inc: gallery.db gengallery.pl
npgallery.html: npgallery.sgml npgallery.inc
npgallery.inc: gallery.db gengallery.pl
./gengallery.pl nonprofit < gallery.db > npgallery.inc
./gengallery.pl nonprofit gallery.db > npgallery.inc
pgallery.html: pgallery.sgml pgallery.inc
pgallery.inc: gallery.db gengallery.pl
./gengallery.pl personal < gallery.db > pgallery.inc
./gengallery.pl personal gallery.db > pgallery.inc
# Subdirectories

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.22 1998-03-12 21:41:57 jfieber Exp $
# $Id: Makefile,v 1.23 1998-03-15 05:00:23 jfieber Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
@ -51,11 +51,11 @@ cgallery.inc: gallery.db gengallery.pl
npgallery.html: npgallery.sgml npgallery.inc
npgallery.inc: gallery.db gengallery.pl
./gengallery.pl nonprofit < gallery.db > npgallery.inc
./gengallery.pl nonprofit gallery.db > npgallery.inc
pgallery.html: pgallery.sgml pgallery.inc
pgallery.inc: gallery.db gengallery.pl
./gengallery.pl personal < gallery.db > pgallery.inc
./gengallery.pl personal gallery.db > pgallery.inc
# Subdirectories