* peter told me to fix this

This commit is contained in:
marco 2003-10-30 09:19:57 +00:00
parent 00065dd24d
commit 0159963af7
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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]