summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-19 03:25:21 +0000
committerRoland McGrath <roland@gnu.org>1999-09-19 03:25:21 +0000
commitd973e04c57cfdf7cbdca043ec098abf831d41a46 (patch)
treea9681181aa00e0921e6a293bce1f2d40f42160a4 /doc/Makefile
parent4e39a67ef13701e7b7fef81205fd72da796cb377 (diff)
1999-09-18 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (installationdir): New variable. (DIST_FILES): Use := instead of =, so as to process wildcard only once. (all): Target removed (superfluous).
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 3 insertions, 4 deletions
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)