blob: d4998b7fcda3ddc467e1d40219d414529697b29d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.4 2014/02/06 09:49:15 markd Exp $
--- doc/Makefile.orig 2013-11-28 14:31:07.000000000 +0000
+++ doc/Makefile
@@ -35,7 +35,7 @@ PDFs = ess.pdf readme.pdf refcard/refcar
DVIs = ess.dvi readme.dvi
TXTs = ../README ../ANNOUNCE ../NEWS ../ONEWS
-all : info text html dvi pdf
+all : info text
docs : info text html
info : info/ess.info
text : $(TXTs)
|