As the mail program trashed the patches I include 3 files with purer patches in the appendix.
Bernd Warken ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
--- tmac/Makefile.sub.orig 2005-03-14 07:25:50.000000000 +0100 +++ tmac/Makefile.sub 2005-08-02 16:47:50.000000000 +0200 @@ -126,6 +126,7 @@ -rm -f $(tmacdir)/$(tmac_s_prefix)s.tmac -rm -f $(tmacdir)/$(tmac_an_prefix)an.tmac -rm -f $(tmacdir)/man.tmac $(tmacdir)/ms.tmac + -rm -f $(tmacdir)/www.tmac -if cmp -s $(localtmacdir)/man.local $(srcdir)/man.local; then \ rm -f $(localtmacdir)/man.local; \ fi
--- doc/Makefile.sub.orig 2005-05-26 23:01:58.000000000 +0200 +++ doc/Makefile.sub 2005-08-02 18:02:07.000000000 +0200 @@ -216,7 +216,7 @@ -for f in groff `ls groff-*`; do \ rm -f $(infodir)/$$f; \ done - $(INSTALL_INFO) --delete --info-dir=$(infodir) $(infodir)/groff + $(INSTALL_INFO) --remove --info-dir=$(infodir) $(infodir)/groff -for f in $(DOCFILES) $(PROCESSEDDOCFILES); do \ rm -f $(docdir)/$$f; \ done @@ -225,7 +225,7 @@ done -rm -f $(htmldocimagedir)/$(HTMLDOCIMAGEFILES) -rmdir $(htmldocimagedir) - -for f in $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES); do \ + -for f in $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES) $(HTMLEXAMPLEFILES); do \ rm -f $(exampledir)/$$f; \ done -rm -f $(exampleimagedir)/$(HTMLEXAMPLEIMAGEFILES)
--- Makefile.in.orig 2005-05-26 23:01:56.000000000 +0200 +++ Makefile.in 2005-08-02 18:11:29.000000000 +0200 @@ -739,9 +739,10 @@ -rmdir $(man1dir) $(man5dir) $(man7dir) $(manroot) \ $(tmacdir) $(systemtmacdir) $(localtmacdir) \ $(fontdir) $(localfontdir) $(bindir) \ - $(datasubdir) $(dataprogramdir) $(datadir) $(infodir) \ + $(datasubdir) $(dataprogramdir) $(infodir) \ $(exampledir) $(htmldocdir) $(pdfdocdir) $(docdir) \ - $(libprogramdir) $(libdir) + $(libprogramdir) $(libdir) \ + $(datadir)/doc/groff $(datadir)/doc $(datadir) 2>/dev/null || : .PHONY: check docheck check: site.exp docheck
_______________________________________________ Groff mailing list [email protected] http://lists.gnu.org/mailman/listinfo/groff
