hholzgra                Tue Jan  8 13:45:37 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  single-use variable removed
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.93 phpdoc/Makefile.in:1.94
--- phpdoc/Makefile.in:1.93     Tue Jan  8 13:42:55 2002
+++ phpdoc/Makefile.in  Tue Jan  8 13:45:37 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.93 2002/01/08 18:42:55 hholzgra Exp $
+# $Id: Makefile.in,v 1.94 2002/01/08 18:45:37 hholzgra Exp $
 #
 
 all: html
@@ -49,8 +49,6 @@
 QUICKREF_DEPS=dsssl/quickref.dsl Makefile
 KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
 
-PALMDOCTITLE=@PALMDOCTITLE@
-
 DIST_FILES=@[email protected] @[email protected] @[email protected] \
        @[email protected] @[email protected] @[email protected]
 MIRROR_TARGETS=php/index.php html/index.html $(DIST_FILES)
@@ -185,7 +183,7 @@
        lynx -term=vt100 -nolist -dump file:`pwd`/$< > $@
 
 @[email protected]: @[email protected] scripts/makedoc
-       ./scripts/makedoc -b @[email protected] @[email protected] $(PALMDOCTITLE)
+       ./scripts/makedoc -b @[email protected] @[email protected] @PALMDOCTITLE@
 
 # Note: Isilo converter available only in binary from www.isilo.com
 @[email protected]: @[email protected]


Reply via email to