From d5ba212946944ccbe9297c04b413ad484a8a410a Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Mon, 18 Mar 2002 19:49:00 +0100 Subject: Imported version 1.7.4 from tarball dictionary.el (dictionary-do-matching): removed quotes around dictionary name and match strategy dictionary.el (dictionary-do-search): removed quotes around dictionary name dictionary.el (dictionary-display-more-info): removed quotes around dictionary name. This problem (occurring with jdictd) was reported by E C Vijil --- Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 122ee65..6ff1d3f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# -*- Makefile -*- $Id$ + EMACS=emacs VERSION=1.7 @@ -56,6 +58,25 @@ package-install: package @if [ `id -u` -ne 0 ]; then printf "\aWarning, you are not root; the installation might fail\n\n"; fi @$(EMACS) -vanilla -batch -l install-package.el -f install-package `pwd`/$(XEMACS-PACKAGE) +.PHONY: view-info +view-info: info + info doc/dictionary.info + +.PHONY: doc +doc: info html + +.PHONY: info +info: doc/dictionary.info + +doc/dictionary.info: doc/dictionary.texi + cd doc && makeinfo --output dictionary.info dictionary + +.PHONY: html +html: doc/dictionary + +doc/dictionary: doc/dictionary.texi + cd doc && makeinfo --html dictionary + .PHONY: clean clean: rm -f $(XEMACS-PACKAGE) $(COMPILED) build -- cgit v1.2.3