Parcourir la source

* peter told me to fix this

marco il y a 22 ans
Parent
commit
0159963af7
2 fichiers modifiés avec 4 ajouts et 8 suppressions
  1. 3 7
      utils/fpdoc/Makefile
  2. 1 1
      utils/fpdoc/Makefile.fpc

+ 3 - 7
utils/fpdoc/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/28]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/27]
 #
 default: all
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
@@ -207,7 +207,7 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext
 override PACKAGE_NAME=fpdoc
 override PACKAGE_VERSION=1.0.8
 override TARGET_PROGRAMS+=fpdoc makeskel
-override CLEAN_UNITS+=dglobals dwriter dw_xml sh_pas dw_html dw_latex
+override CLEAN_UNITS+=dglobals dwriter dw_xml sh_pas dw_html dw_latex dw_ipf
 override CLEAN_FILES+=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst
 override INSTALL_FPCPACKAGE=y
 override COMPILER_OPTIONS+=-S2h
@@ -752,11 +752,7 @@ endif
 endif
 export MVPROG
 ifndef ECHOREDIR
-ifndef inUnix
-ECHOREDIR=echo
-else
-ECHOREDIR=$(ECHO)
-endif
+ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO))
 endif
 ifndef COPY
 COPY:=$(CPPROG) -fp

+ 1 - 1
utils/fpdoc/Makefile.fpc

@@ -26,7 +26,7 @@ fpcpackage=y
 fpcdir=../..
 
 [clean]
-units=dglobals dwriter dw_xml sh_pas dw_html dw_latex
+units=dglobals dwriter dw_xml sh_pas dw_html dw_latex dw_ipf
 files=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst
 
 [rules]