/[tramp]/tramp/Makefile
ViewVC logotype

Diff of /tramp/Makefile

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

revision 2.17 by kai, Mon Jul 29 14:09:49 2002 UTC revision 2.18 by kai, Tue Jul 30 19:56:50 2002 UTC
# Line 55  MANIFEST: Line 55  MANIFEST:
55                  -a \! -name "*.tar.gz"                          \                  -a \! -name "*.tar.gz"                          \
56                  -print > MANIFEST                  -print > MANIFEST
57    
58  tar: MANIFEST  tar: tag MANIFEST
59          mkdir tramp-$(VERSION)          mkdir tramp-$(VERSION)
60          tar cpfT - MANIFEST | ( cd tramp-$(VERSION) ; tar xpf - )          tar cpfT - MANIFEST | ( cd tramp-$(VERSION) ; tar xpf - )
61          tar cvpfz tramp-$(VERSION).tar.gz tramp-$(VERSION)          tar cvpfz tramp-$(VERSION).tar.gz tramp-$(VERSION)
# Line 67  xemacs: Line 67  xemacs:
67          cp texi/ChangeLog texi/tramp*.texi ../../xemacs/tramp/texi          cp texi/ChangeLog texi/tramp*.texi ../../xemacs/tramp/texi
68          cp test/*.el ../../xemacs/tramp/test          cp test/*.el ../../xemacs/tramp/test
69    
70  dist: tar tag  dist: tar
71          install -m644 tramp-$(VERSION).tar.gz /home-local/ftp/pub/src/emacs          install -m644 tramp-$(VERSION).tar.gz /home-local/ftp/pub/src/emacs
72    
73  install-html:  install-html:

Legend:
Removed from v.2.17  
changed lines
  Added in v.2.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26