From 49655e66f6bf746d400890c3007afb5ed57b0169 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 27 Oct 2006 15:40:43 +0000 Subject: [PATCH] rename output file to plc_api.php --- php/.cvsignore | 2 +- php/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/php/.cvsignore b/php/.cvsignore index da15e22..dd89eef 100644 --- a/php/.cvsignore +++ b/php/.cvsignore @@ -1,2 +1,2 @@ methods.php -plcapi.php +plc_api.php diff --git a/php/Makefile b/php/Makefile index 14cf10d..660b536 100644 --- a/php/Makefile +++ b/php/Makefile @@ -4,20 +4,20 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.1 2006/09/06 15:34:41 mlhuang Exp $ +# $Id: Makefile,v 1.1 2006/10/25 20:32:44 mlhuang Exp $ # -all: plcapi.php +all: plc_api.php methods.php: methods.py ../PLC/__init__.py ../PLC/Methods/__init__.py PYTHONPATH=.. python $< | \ sed -e "s/^/ /" > $@ -plcapi.php: header.php methods.php footer.php +plc_api.php: header.php methods.php footer.php sed -e "s/@DATE@/$$(date)/" header.php | \ cat - methods.php footer.php > $@ clean: - rm -f plcapi.php methods.php + rm -f plc_api.php methods.php .PHONY: all clean -- 2.45.2