Import Debian changes 1.2.2-5.1
[debian/freetts] / docs / Makefile
1 # Copyright 2001 Sun Microsystems, Inc.
2 # All Rights Reserved.  Use is subject to license terms.
3
4 # See the file "license.terms" for information on usage and
5 # redistribution of this file, and for a DISCLAIMER OF ALL 
6 # WARRANTIES.
7 #
8 # build the php from the main page
9
10 TOP = ..
11
12 include ${TOP}/build/Makefile.config
13
14
15 deploy: index.php
16
17 index.php:    index.html
18         gawk -f create_php.awk < $< > $@
19
20 clean::
21         rm -f index.php