SOURCES: fpc-makedocs.patch (NEW) - avoid possible problems (echo ...

baggins baggins at pld-linux.org
Fri Oct 20 17:11:33 CEST 2006


Author: baggins                      Date: Fri Oct 20 15:11:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid possible problems (echo \b -> ^H)
- removed hard-coded programs

---- Files affected:
SOURCES:
   fpc-makedocs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fpc-makedocs.patch
diff -u /dev/null SOURCES/fpc-makedocs.patch:1.1
--- /dev/null	Fri Oct 20 17:11:33 2006
+++ SOURCES/fpc-makedocs.patch	Fri Oct 20 17:11:28 2006
@@ -0,0 +1,17 @@
+--- fpcbuild_2.0.4_exp/fpcdocs/Makefile~	2006-10-20 16:19:03.000000000 +0200
++++ fpcbuild_2.0.4_exp/fpcdocs/Makefile	2006-10-20 16:39:38.000000000 +0200
+@@ -1815,10 +1815,10 @@
+ messages.inc: $(FPCSRCDIR)/compiler/msg2inc$(EXEEXT) $(FPCSRCDIR)/compiler/msg/errore.msg
+ 	$(FPCSRCDIR)/compiler/msg2inc -TE $(FPCSRCDIR)/compiler/msg/errore.msg messages.inc
+ comphelp.inc:
+-	echo "% Automatically generated. Do not edit" > comphelp.inc
+-	echo "\begin{verbatim}" >> comphelp.inc
+-	fpc -h >>comphelp.inc
+-	echo "\end{verbatim}" >> comphelp.inc
++	/bin/echo "% Automatically generated. Do not edit" > comphelp.inc
++	/bin/echo "\begin{verbatim}" >> comphelp.inc
++	$(FPC) -h | sed -e s,$(FPC),fpc, >>comphelp.inc
++	/bin/echo "\end{verbatim}" >> comphelp.inc
+ syntax.sty: styles/syntax.sty
+ 	cp $(wildcard styles/*.sty) .
+ INCLUDES=date.inc syntax.sty
================================================================


More information about the pld-cvs-commit mailing list