home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume39 / remind / patch08c / patch.08.A < prev   
Text File  |  1993-09-07  |  7KB  |  248 lines

  1. Prereq: "03.00.07"
  2. *** ../prev/version.h    Mon Jun 28 12:29:33 1993
  3. --- ./version.h    Mon Jul 19 12:21:53 1993
  4. ***************
  5. *** 9,12 ****
  6.   /*                                                             */
  7.   /***************************************************************/
  8.   
  9. ! #define VERSION "03.00.07"
  10. --- 9,12 ----
  11.   /*                                                             */
  12.   /***************************************************************/
  13.   
  14. ! #define VERSION "03.00.08"
  15. *** ../prev/COPYRIGHT    Mon Jun 28 12:29:29 1993
  16. --- ./COPYRIGHT    Thu Aug 19 17:26:59 1993
  17. ***************
  18. *** 3,10 ****
  19.   1. REMIND refers to the entire set of files and documentation in the
  20.   REMIND package.
  21.   
  22. ! 2. REMIND is Copyright 1990, 1991, 1992, 1993 by David Skoll, except for
  23. ! the file remind-all.sh, which is Copyright 1990 by Bill Aten.
  24.   
  25.   3. You may use REMIND for free, and may freely distribute it, providing
  26.   you do not charge the recipients to whom you distribute REMIND.
  27. --- 3,10 ----
  28.   1. REMIND refers to the entire set of files and documentation in the
  29.   REMIND package.
  30.   
  31. ! 2. REMIND is Copyright 1990, 1991, 1992, 1993 by David Skoll, except where
  32. ! noted in individual files.
  33.   
  34.   3. You may use REMIND for free, and may freely distribute it, providing
  35.   you do not charge the recipients to whom you distribute REMIND.
  36. *** ../prev/MANIFEST.DOS    Mon Jun 28 12:30:14 1993
  37. --- ./MANIFEST.DOS    Wed Aug 18 11:10:49 1993
  38. ***************
  39. *** 11,16 ****
  40. --- 11,17 ----
  41.   expr.h
  42.   files.c
  43.   finnish.h
  44. + french.h
  45.   funcs.c
  46.   german.h
  47.   globals.c
  48. ***************
  49. *** 29,34 ****
  50. --- 30,36 ----
  51.   makefile.tc
  52.   manifest.dos
  53.   manifest.unx
  54. + norwgian.h
  55.   omit.c
  56.   protos.h
  57.   queue.c
  58. *** ../prev/MANIFEST.UNX    Mon Jun 28 12:30:13 1993
  59. --- ./MANIFEST.UNX    Wed Aug 18 11:11:03 1993
  60. ***************
  61. *** 18,23 ****
  62. --- 18,24 ----
  63.   expr.h
  64.   files.c
  65.   finnish.h
  66. + french.h
  67.   funcs.c
  68.   german.h
  69.   globals.c
  70. ***************
  71. *** 33,38 ****
  72. --- 34,40 ----
  73.   makefile.msc
  74.   makefile.os2
  75.   makefile.tc
  76. + norwgian.h
  77.   omit.c
  78.   protos.h
  79.   queue.c
  80. *** ../prev/Makefile    Mon Jun 28 12:30:00 1993
  81. --- ./Makefile    Tue Aug 31 12:35:59 1993
  82. ***************
  83. *** 10,19 ****
  84.   # Uncomment the next line if you are running under UNIX (including SYSV!)
  85.   UNIX= -DUNIX
  86.   
  87. ! # Uncomment the next line if you want to use gcc instead of default compiler
  88.   CC= gcc
  89.   LD= gcc
  90. ! # Put any additional flags for the C compiler or linker here
  91.   CFLAGS= -O -ansi
  92.   CDEFS=
  93.   LDFLAGS=
  94. --- 10,24 ----
  95.   # Uncomment the next line if you are running under UNIX (including SYSV!)
  96.   UNIX= -DUNIX
  97.   
  98. ! # Uncomment the next lines if you want to use gcc instead of default compiler
  99. ! # NOTE:  Tempting as it may be, if you use 'cc' for the C compiler, do not
  100. ! # use 'ld' for the linker.  It will probably work much better if you use
  101. ! # LD= cc rather than LD= ld.
  102.   CC= gcc
  103.   LD= gcc
  104. ! # Put any additional flags for the C compiler or linker here - if you
  105. ! # are not using gcc, you probably want to remove '-ansi'.
  106.   CFLAGS= -O -ansi
  107.   CDEFS=
  108.   LDFLAGS=
  109. ***************
  110. *** 46,59 ****
  111.   # YOU SHOULDN'T EDIT ANYTHING BELOW HERE.  You may want to change some things
  112.   # in config.h; then, you should be able to type 'make'.
  113.   #-----------------------------------------------------------------------------
  114. ! VERSION= 03.00.07
  115.   MATHLIB= -lm
  116.   
  117.   HDRS= config.h err.h expr.h globals.h protos.h types.h version.h \
  118. ! lang.h english.h german.h dutch.h finnish.h
  119.   
  120.   STDHDRS= config.h types.h protos.h globals.h err.h lang.h
  121.   
  122.   SRCS= calendar.c dorem.c dosubst.c expr.c files.c funcs.c globals.c hbcal.c \
  123.   init.c main.c omit.c sort.c queue.c token.c trigger.c userfns.c utils.c var.c
  124.   
  125. --- 51,66 ----
  126.   # YOU SHOULDN'T EDIT ANYTHING BELOW HERE.  You may want to change some things
  127.   # in config.h; then, you should be able to type 'make'.
  128.   #-----------------------------------------------------------------------------
  129. ! VERSION= 03.00.08
  130.   MATHLIB= -lm
  131.   
  132.   HDRS= config.h err.h expr.h globals.h protos.h types.h version.h \
  133. ! lang.h english.h german.h dutch.h finnish.h french.h norwgian.h
  134.   
  135.   STDHDRS= config.h types.h protos.h globals.h err.h lang.h
  136.   
  137. + LANGHDRS= english.h german.h dutch.h finnish.h french.h norwgian.h
  138.   SRCS= calendar.c dorem.c dosubst.c expr.c files.c funcs.c globals.c hbcal.c \
  139.   init.c main.c omit.c sort.c queue.c token.c trigger.c userfns.c utils.c var.c
  140.   
  141. ***************
  142. *** 68,74 ****
  143.   all: remind rem2ps
  144.   
  145.   .c.o:
  146. !     $(CC) $(UNIX) $(SYSV) -c -o $*.o $(CFLAGS) $(CDEFS) $*.c
  147.   
  148.   rem2ps: rem2ps.o
  149.       $(LD) $(LDFLAGS) -o rem2ps rem2ps.o
  150. --- 75,81 ----
  151.   all: remind rem2ps
  152.   
  153.   .c.o:
  154. !     $(CC) $(UNIX) $(SYSV) -c $(CFLAGS) $(CDEFS) $*.c
  155.   
  156.   rem2ps: rem2ps.o
  157.       $(LD) $(LDFLAGS) -o rem2ps rem2ps.o
  158. ***************
  159. *** 77,86 ****
  160.       $(LD) $(LDFLAGS) -o remind $(OBJS) $(MATHLIB)
  161.   
  162.   clean:
  163. !     rm -f *.o *~
  164.   
  165.   clobber:
  166. !     rm -f *.o *~ remind rem2ps test.out
  167.   
  168.   test: remind
  169.       sh test-rem
  170. --- 84,93 ----
  171.       $(LD) $(LDFLAGS) -o remind $(OBJS) $(MATHLIB)
  172.   
  173.   clean:
  174. !     rm -f *.o *~ core *.bak
  175.   
  176.   clobber:
  177. !     rm -f *.o *~ remind rem2ps test.out core *.bak
  178.   
  179.   test: remind
  180.       sh test-rem
  181. ***************
  182. *** 88,100 ****
  183.   rem2ps.o: rem2ps.c rem2ps.h lang.h config.h
  184.   calendar.o: calendar.c $(STDHDRS) expr.h
  185.   dorem.o: dorem.c $(STDHDRS) expr.h
  186. ! dosubst.o: dosubst.c $(STDHDRS)
  187.   expr.o: expr.c $(STDHDRS) expr.h
  188.   files.o: files.c $(STDHDRS)
  189.   funcs.o: funcs.c $(STDHDRS) expr.h version.h
  190. ! globals.o: globals.c config.h types.h globals.h err.h lang.h
  191.   hbcal.o: hbcal.c $(STDHDRS)
  192. ! init.o: init.c $(STDHDRS) expr.h version.h
  193.   main.o: main.c $(STDHDRS) expr.h
  194.   omit.o: omit.c $(STDHDRS)
  195.   sort.o: sort.c $(STDHDRS)
  196. --- 95,107 ----
  197.   rem2ps.o: rem2ps.c rem2ps.h lang.h config.h
  198.   calendar.o: calendar.c $(STDHDRS) expr.h
  199.   dorem.o: dorem.c $(STDHDRS) expr.h
  200. ! dosubst.o: dosubst.c $(STDHDRS) $(LANGHDRS)
  201.   expr.o: expr.c $(STDHDRS) expr.h
  202.   files.o: files.c $(STDHDRS)
  203.   funcs.o: funcs.c $(STDHDRS) expr.h version.h
  204. ! globals.o: globals.c config.h types.h globals.h err.h lang.h $(LANGHDRS)
  205.   hbcal.o: hbcal.c $(STDHDRS)
  206. ! init.o: init.c $(STDHDRS) expr.h version.h lang.h $(LANGHDRS)
  207.   main.o: main.c $(STDHDRS) expr.h
  208.   omit.o: omit.c $(STDHDRS)
  209.   sort.o: sort.c $(STDHDRS)
  210. ***************
  211. *** 106,113 ****
  212.   var.o: var.c $(STDHDRS) expr.h
  213.   
  214.   tarZ:
  215. !     tar cvf remind-3.0.7.tar $(MANIFEST)
  216. !     compress -v remind-3.0.7.tar
  217.   
  218.   shar:
  219.       shar -x -n"Remind $(VERSION)" -l45 -o./Shar $(MANIFEST)
  220. --- 113,120 ----
  221.   var.o: var.c $(STDHDRS) expr.h
  222.   
  223.   tarZ:
  224. !     tar cvf remind-3.0.8.tar $(MANIFEST)
  225. !     compress -v remind-3.0.8.tar
  226.   
  227.   shar:
  228.       shar -x -n"Remind $(VERSION)" -l45 -o./Shar $(MANIFEST)
  229. ***************
  230. *** 166,168 ****
  231. --- 173,186 ----
  232.       cp rem2ps.1 $(MANDIR)/man$(MANSECT)/rem2ps.$(MANSECT)
  233.       -chmod $(MANMODE) $(MANDIR)/man$(MANSECT)/rem2ps.$(MANSECT)
  234.       -chown $(OWNER) $(MANDIR)/man$(MANSECT)/rem2ps.$(MANSECT)
  235. + release:
  236. +     -mkdir RELEASE
  237. +     -rm -f RELEASE/*
  238. +     mkpatch ../prev . patch.08 Shar "Remind-3.0/Patch-08"
  239. +     mv Shar* RELEASE
  240. +     rm -f patch.08
  241. +     for i in *.1; do nroff -man $$i | sed -e 's/_//g' > `basename $$i .1`.man; done
  242. +     mv *.man RELEASE
  243. +     for i in *.1; do groff -man -Tps $$i > `basename $$i .1`.ps; done
  244. +     mv *.ps RELEASE
  245.