Hello,
the clean target of doc/Makefile from fdutils-5.4-20020222 fails to remove some files. It tries to remove files of the form "fdutils.*" where is generates files of the form "Fdutils.*". The script "cleanup" is also affected.
This can be fixed with the following patch.
== patch starts at following line ========================== --- fdutils-5.4-20020222.orig/doc/Makefile.in +++ fdutils-5.4-20020222/doc/Makefile.in @@ -61,10 +61,10 @@ $(TEXI2DVI) Fdutils.texi
clean: - rm -f fdutils.aux fdutils.cp fdutils.cps fdutils.dvi fdutils.fn - rm -f fdutils.log fdutils.pg fdutils.ps fdutils.toc fdutils.tp - rm -f fdutils.ky fdutils.vr fdutils.info fdutils.pgs - rm -f fdutils.info-1 fdutils.info-2 fdutils.info-3 + rm -f Fdutils.aux Fdutils.cp Fdutils.cps Fdutils.dvi Fdutils.fn + rm -f Fdutils.log Fdutils.pg Fdutils.pgs Fdutils.toc Fdutils.tp + rm -f Fdutils.ky Fdutils.vr Fdutils.pgs + rm -f fdutils.info*
--- fdutils-5.4-20020222.orig/doc/cleanup +++ fdutils-5.4-20020222/doc/cleanup @@ -1,5 +1,5 @@ #!/bin/sh
-rm -f fdutils.aux fdutils.cp fdutils.cps fdutils.dvi fdutils.fn fdutils.ky -rm -f fdutils.log fdutils.pg fdutils.ps fdutils.toc fdutils.tp fdutils.vr -rm -f fdutils.info* +rm -f Fdutils.aux Fdutils.cp Fdutils.cps Fdutils.dvi Fdutils.fn Fdutils.ky +rm -f Fdutils.log Fdutils.pg Fdutils.pgs Fdutils.toc Fdutils.tp Fdutils.vr +rm -f fdutils.info* fdutils.ps == patch ends at previous line =============================
I hope this helps
Jochen
PS.: this is my last report for today :-(
On Tuesday 21 May 2002 17:36, Jochen Voss wrote:
Hello,
the clean target of doc/Makefile from fdutils-5.4-20020222 fails to remove some files. It tries to remove files of the form "fdutils.*" where is generates files of the form "Fdutils.*". The script "cleanup" is also affected.
This can be fixed with the following patch.
First, sorry for my slow reply. After a disk crash last spring, and a number of local Linux events to help organizing over the summer, I have been rather busy, and am only now getting around to my backlogged e-mails.
I've made a new fdutils patch release today, which includes this patch, and your four other patches. As usual, it can be found at http://www.fdutils.linux.lu
Regards,
Alain
_______________________________________________ fdutils mailing list fdutils@tux.org http://www.tux.org/mailman/listinfo/fdutils