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=@MANUAL@.zip @MANUAL@.tar.gz @MANUAL@.tar.bz2 \
        @MANUAL@.html.gz @MANUAL@.txt.gz @MANUAL@.doc.pdb
 MIRROR_TARGETS=php/index.php html/index.html $(DIST_FILES)
@@ -185,7 +183,7 @@
        lynx -term=vt100 -nolist -dump file:`pwd`/$< > $@
 
 @MANUAL@.doc.pdb: @MANUAL@.txt scripts/makedoc
-       ./scripts/makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb $(PALMDOCTITLE)
+       ./scripts/makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb @PALMDOCTITLE@
 
 # Note: Isilo converter available only in binary from www.isilo.com
 @MANUAL@.isilo.pdb: @MANUAL@.html


Reply via email to