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

Diff of /tramp/texi/Makefile

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

revision 2.8 by kai, Fri Jul 26 17:12:36 2002 UTC revision 2.9 by kai, Mon Jul 29 08:22:47 2002 UTC
# Line 13  clean: Line 13  clean:
13          -rm -f *.info *.html *~ tramp-version.texi          -rm -f *.info *.html *~ tramp-version.texi
14    
15  prepversion:  prepversion:
16          @echo "@macro trampver{}" > tramp-version.texi          (echo "/@macro trampver";               \
17          @echo "$(VERSION)" >> tramp-version.texi           echo "+";                              \
18          @echo "@end macro" >> tramp-version.texi           echo "c";                              \
19             echo "$(VERSION)";                     \
20             echo ".";                              \
21             echo "w";                              \
22             echo "q") | ed tramp.texi
23    
24    
25  tramp.info: tramp.texi  tramp.info: tramp.texi

Legend:
Removed from v.2.8  
changed lines
  Added in v.2.9

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