/[tramp]/tramp/Makefile
ViewVC logotype

Diff of /tramp/Makefile

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

revision 2.47 by kai, Mon Dec 23 14:03:44 2002 UTC revision 2.48 by kai, Thu Jan 2 10:59:25 2003 UTC
# Line 19  EMACS   = emacs Line 19  EMACS   = emacs
19  MAKEINFO = makeinfo  MAKEINFO = makeinfo
20  DIRS     = lisp texi  DIRS     = lisp texi
21    
22    EMACS_EL_FILES = lisp/tramp-ftp.el lisp/tramp-smb.el            \
23            lisp/tramp-util.el lisp/tramp-uu.el lisp/tramp-vc.el    \
24            lisp/tramp.el
25    
26  .PHONY: MANIFEST info  .PHONY: MANIFEST info
27    
28  all:  all:
# Line 70  tar: prepversion MANIFEST Line 74  tar: prepversion MANIFEST
74          chmod a+r tramp-$(VERSION).tar.gz          chmod a+r tramp-$(VERSION).tar.gz
75    
76  xemacs:  xemacs:
77          cp lisp/ChangeLog lisp/tramp*.el ../../kai/xemacs/tramp/lisp          cp lisp/ChangeLog lisp/tramp*.el \
78          cp texi/ChangeLog texi/tramp*.texi ../../kai/xemacs/tramp/texi                  ../xemacs/packages/xemacs-packages/tramp/lisp
79          cp test/*.el ../../kai/xemacs/tramp/test          cp texi/ChangeLog texi/tramp*.texi \
80          echo "Don't forget to update AUTHOR_VERSION in Makefile."                  ../xemacs/packages/xemacs-packages/tramp/texi
81            cp test/*.el ../xemacs/packages/xemacs-packages/tramp/test
82            cp ChangeLog ../xemacs/packages/xemacs-packages/tramp/ChangeLog.upstream
83            -echo "Don't forget to update AUTHOR_VERSION in Makefile."
84    
85    emacs:
86            cp $(EMACS_EL_FILES) ../emacs/lisp/net
87            cp texi/tramp.texi ../emacs/man
88            -echo "Don't forget to update the ChangeLog for Emacs."
89    
90  dist: tar tag  dist: tar tag
91          if [ -d /home-local/ftp/pub/src/emacs ]; then   \          if [ -d /home-local/ftp/pub/src/emacs ]; then   \

Legend:
Removed from v.2.47  
changed lines
  Added in v.2.48

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