hholzgra                Mon Jan  7 05:33:49 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  circular dependency issue resolved
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.85 phpdoc/Makefile.in:1.86
--- phpdoc/Makefile.in:1.85     Mon Jan  7 05:29:56 2002
+++ phpdoc/Makefile.in  Mon Jan  7 05:33:49 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.85 2002/01/07 10:29:56 goba Exp $
+# $Id: Makefile.in,v 1.86 2002/01/07 10:33:49 hholzgra Exp $
 #
 
 
@@ -76,7 +76,7 @@
 dsssl/common.dsl: $(srcdir)/dsssl/common.dsl.in ./config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 
-manual.xml: $(srcdir)/manual.xml.in funcindex.xml .manual.xml
+manual.xml: $(srcdir)/manual.xml.in .manual.xml
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 
 .manual.xml: $(DEPEND_FILES) entities/global.ent


Reply via email to