Author: qboosh                       Date: Thu Sep 22 13:45:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use .so groff commands instead of hardlinks

---- Files affected:
SOURCES:
   tdl-install.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/tdl-install.patch
diff -u SOURCES/tdl-install.patch:1.1 SOURCES/tdl-install.patch:1.2
--- SOURCES/tdl-install.patch:1.1       Wed Sep 21 13:22:19 2005
+++ SOURCES/tdl-install.patch   Thu Sep 22 15:45:43 2005
@@ -10,7 +10,7 @@
 -      chmod 444 $(man1dir)/tdl.1.gz
 -      (cd $(man1dir); for x in tdla tdll tdld tdlg ; do ln -sf tdl.1.gz 
${x}.1.gz ; done )
 +      cp tdl.1 $(man1dir)/tdl.1
-+      (cd $(man1dir); for x in tdla tdll tdld tdlg ; do ln tdl.1 $${x}.1 ; 
done )
++      (cd $(man1dir); for x in tdla tdll tdld tdlg ; do echo '.so tdl.1' > 
$${x}.1 ; done )
  
        
  docs : tdl.info tdl.txt tdl.html tdl.dvi tdl.pdf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/tdl-install.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to