From d973e04c57cfdf7cbdca043ec098abf831d41a46 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 19 Sep 1999 03:25:21 +0000 Subject: 1999-09-18 Roland McGrath * Makefile (installationdir): New variable. (DIST_FILES): Use := instead of =, so as to process wildcard only once. (all): Target removed (superfluous). --- doc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 27c48a30..22a01fac 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,9 +18,10 @@ dir := doc makemode := misc -DIST_FILES = navigating gpl.texinfo hurd.texi version.texi \ - hurd.info $(wildcard hurd.info-*) +DIST_FILES := navigating gpl.texinfo hurd.texi version.texi \ + hurd.info $(wildcard hurd.info-*) targets = hurd.info +installationdir = $(infodir) DVIPS = dvips @@ -55,5 +56,3 @@ stamp-version: $(top_srcdir)/Makeconf echo '@set VERSION $(hurd-version)' > version.texi.new $(move-if-change) version.texi.new version.texi touch $@ - -all: $(targets) -- cgit v1.2.3