Browse Source

* use fpdoc from utils tree if found

peter 21 years ago
parent
commit
0d5496d43e
1 changed files with 8 additions and 1 deletions
  1. 8 1
      docs/Makefile

+ 8 - 1
docs/Makefile

@@ -46,8 +46,12 @@ DOCINSTALLDIR:=$(PREFIXINSTALLDIR)/doc/fpc-$(shell ppc386 -iV)
 endif
 
 ifndef FPDOC
+ifneq ($(wildcard ../utils/fpdoc/fpdoc),)
+FPDOC=../utils/fpdoc/fpdoc
+else
 FPDOC=fpdoc
 endif
+endif
 
 ifndef FPCSRCDIR
 FPCSRCDIR=..
@@ -555,7 +559,10 @@ execute:
 
 #
 # $Log$
-# Revision 1.24  2003-11-16 00:03:03  michael
+# Revision 1.25  2004-03-19 17:39:03  peter
+#   * use fpdoc from utils tree if found
+#
+# Revision 1.24  2003/11/16 00:03:03  michael
 # + Many changes for 2.0 beta
 #
 # Revision 1.23  2003/11/02 00:14:23  marco