/[tramp]/tramp/texi/Makefile
ViewVC logotype

Diff of /tramp/texi/Makefile

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

revision 2.11 by albinus, Wed Sep 11 19:25:36 2002 UTC revision 2.12 by kai, Sat Sep 28 12:08:52 2002 UTC
# Line 7  INSTALL=install -m644 Line 7  INSTALL=install -m644
7  SINFO=/app/unido-i06/sun4_56/edit/emacs/20.5/share/emacs/site-info  SINFO=/app/unido-i06/sun4_56/edit/emacs/20.5/share/emacs/site-info
8  EMACS-ID=$(if $(shell echo $(EMACS) | grep -i xemacs),xemacs,emacs)  EMACS-ID=$(if $(shell echo $(EMACS) | grep -i xemacs),xemacs,emacs)
9    
10  all: prepversion prepemacs tramp.info dvi tramp.html  all: prepversion prepemacs tramp dvi tramp.html
11    
12  clean:  clean:
13          -rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.tmp *.toc *.tp *.vr          -rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.tmp *.toc *.tp *.vr
# Line 26  prepemacs: Line 26  prepemacs:
26          sed "s/^@set x\{0,1\}emacs$$/@set $(EMACS-ID)/g" tramp.texi >$$$$; \          sed "s/^@set x\{0,1\}emacs$$/@set $(EMACS-ID)/g" tramp.texi >$$$$; \
27          mv $$$$ tramp.texi          mv $$$$ tramp.texi
28    
29  tramp.info: tramp.texi  tramp: tramp.texi
30          test -d ../info || mkdir ../info          test -d ../info || mkdir ../info
31          $(MAKEINFO) --footnote-style=end --no-split tramp.texi          $(MAKEINFO) --footnote-style=end --no-split -o ../info/tramp tramp.texi
32  #       install-info --info-dir=. tramp.info  #       install-info --info-dir=. tramp.info
33    
34  dvi: tramp.dvi  dvi: tramp.dvi
# Line 39  tramp.dvi: tramp.texi Line 39  tramp.dvi: tramp.texi
39  tramp.html: tramp.texi  tramp.html: tramp.texi
40          $(MAKEINFO) --html --no-split -o tramp.html tramp.texi          $(MAKEINFO) --html --no-split -o tramp.html tramp.texi
41    
42  site-info: tramp.info  site-info: tramp
43          /usr/ucb/$(INSTALL) tramp.info $(SINFO)          /usr/ucb/$(INSTALL) tramp $(SINFO)
44    
45  install-html: tramp.html tramp_ja.html  install-html: tramp.html tramp_ja.html
46          $(INSTALL) tramp.html tramp_ja.html $$HOME/public-html/emacs          $(INSTALL) tramp.html tramp_ja.html $$HOME/public-html/emacs

Legend:
Removed from v.2.11  
changed lines
  Added in v.2.12

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