summaryrefslogtreecommitdiff
path: root/graphics/gri/patches/patch-ad
blob: d34aca522754f34139a75fd04c288fad1561b518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.1.1.1 2002/05/03 23:45:17 jtb Exp $

--- doc/examples/Makefile.orig	Wed May  1 21:42:17 2002
+++ doc/examples/Makefile	Wed May  1 21:43:42 2002
@@ -23,9 +23,9 @@
 	-convert example10color.ps example10color.eps
 
 all:
-	make eps
-	make html
-	make png
+	$(MAKE) eps
+	$(MAKE) html
+	$(MAKE) png
 
 html:	FEM.html example1.html example2.html example3.html example4.html \
 	example5.html example6.html example6color.html example6histogram.html \