diff --exclude=*.elc --exclude=*~ --exclude=*-[0-9] --exclude=gnus --exclude=readme --context --recursive pub/dgnus/Makefile dgnus/Makefile *** pub/dgnus/Makefile Wed May 24 05:35:31 1995 --- dgnus/Makefile Wed May 24 04:51:12 1995 *************** *** 1,33 **** ! include ../Makefile.conf ! COMPILE =-f batch-texinfo-format ! .SUFFIXES: .texi .info .info.gz ! .texi.info:; $(EMAKEINFO) $< - .info.info.gz:; gzip -c $< > $<.gz ! DGNUS.texi =gnus.texi ! DGNUS.info =gnus gnus-1 gnus-2 gnus-3 \ ! gnus-4 gnus-5 gnus-6 gnus-7 ! .PHONY: syntax all info ! ! syntax: ! @echo "make one or more of: all info" ! @exit 1 ! ! all: $(DGNUS.info) ! $(EMAKEINFO) $(DGNUS.texi) ! ! info: $(DGNUS.texi) ! $(EMAKEINFO) $(DGNUS.texi) ! ! #DGNUS.info.gz =$(DGNUS.info:.info=.info.gz) ! ! #install: $(DGNUS.info.gz) $(DESTINFO) ! # $(INSTALL) $(INSTDFLAGS) $(DGNUS.info.gz) $(DESTINFO) ! ! ! #$(DESTINFO):; $(MKDIRS) $? && chmod $(MODEDIR) $? --- 1,16 ---- ! .PHONY: lisp texi elc info ! all: elc texi ! lisp: ! cd lisp; $(MAKE) all ! texi: ! cd texi; $(MAKE) all ! elc: ! cd lisp; $(MAKE) elc ! info: ! cd lisp; $(MAKE) info diff --exclude=*.elc --exclude=*~ --exclude=*-[0-9] --exclude=gnus --exclude=readme --context --recursive pub/dgnus/lisp/gnus.el dgnus/lisp/gnus.el *** pub/dgnus/lisp/gnus.el Wed May 24 05:35:13 1995 --- dgnus/lisp/gnus.el Wed May 24 05:42:08 1995 *************** *** 1243,1249 **** (defconst gnus-maintainer "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls & Boys)" "The mail address of the Gnus maintainer.") ! (defconst gnus-version "(ding) Gnus v0.78" "Version number for this version of Gnus.") (defvar gnus-info-nodes --- 1243,1249 ---- (defconst gnus-maintainer "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls & Boys)" "The mail address of the Gnus maintainer.") ! (defconst gnus-version "(ding) Gnus v0.76.3" "Version number for this version of Gnus.") (defvar gnus-info-nodes diff --exclude=*.elc --exclude=*~ --exclude=*-[0-9] --exclude=gnus --exclude=readme --context --recursive pub/dgnus/texi/Makefile dgnus/texi/Makefile *** pub/dgnus/texi/Makefile Wed May 24 05:31:35 1995 --- dgnus/texi/Makefile Wed May 24 04:48:21 1995 *************** *** 1,9 **** ! EMACS=emacs ! all: elc info ! elc: ! cd lisp; $(EMACS) -batch -l ./dgnushack.el -f dgnushack -f batch-byte-compile *.el ! info: ! cd texi; makeinfo gnus.texi --- 1,33 ---- ! include ../Makefile.conf ! COMPILE =-f batch-texinfo-format ! .SUFFIXES: .texi .info .info.gz ! .texi.info:; $(EMAKEINFO) $< ! ! .info.info.gz:; gzip -c $< > $<.gz ! ! DGNUS.texi =gnus.texi ! DGNUS.info =gnus gnus-1 gnus-2 gnus-3 \ ! gnus-4 gnus-5 gnus-6 gnus-7 ! ! .PHONY: syntax all info ! ! syntax: ! @echo "make one or more of: all info" ! @exit 1 ! ! all: $(DGNUS.info) ! $(EMAKEINFO) $(DGNUS.texi) ! ! info: $(DGNUS.texi) ! $(EMAKEINFO) $(DGNUS.texi) ! ! #DGNUS.info.gz =$(DGNUS.info:.info=.info.gz) ! ! #install: $(DGNUS.info.gz) $(DESTINFO) ! # $(INSTALL) $(INSTDFLAGS) $(DGNUS.info.gz) $(DESTINFO) ! ! ! #$(DESTINFO):; $(MKDIRS) $? && chmod $(MODEDIR) $?