/[rdesktop]/sourceforge.net/trunk/rdesktop/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by n-ki, Fri Apr 26 08:12:40 2002 UTC revision 91 by astrand, Tue Aug 6 16:41:48 2002 UTC
# Line 46  installman: rdesktop.1 Line 46  installman: rdesktop.1
46    
47  installkeymaps:  installkeymaps:
48          mkdir -p $(KEYMAP_PATH)          mkdir -p $(KEYMAP_PATH)
49          cp keymaps/* $(KEYMAP_PATH)  # Prevent copying the CVS directory
50            cp keymaps/?? $(KEYMAP_PATH)
51            cp keymaps/common $(KEYMAP_PATH)
52            cp keymaps/modifiers $(KEYMAP_PATH)
53            cp keymaps/README $(KEYMAP_PATH)
54          chmod 644 $(KEYMAP_PATH)/*          chmod 644 $(KEYMAP_PATH)/*
55    
56  proto:  proto:

Legend:
Removed from v.51  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26