blob: b313b4aa43203d8f9650e78fbca2e12a9a79abaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Imakefile 2001/09/08 12:01:26 1.1
+++ Imakefile 2001/09/08 12:02:34
@@ -26,4 +26,7 @@
#endif
-ComplexProgramTarget(wmnet)
+ComplexProgramTarget(wmnet2)
+
+wmnet2.man: wmnet.man
+ ln -sf wmnet.man wmnet2.man
|