summaryrefslogtreecommitdiff
path: root/cad/geda-symbols/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda-symbols/patches/patch-ab')
-rw-r--r--cad/geda-symbols/patches/patch-ab36
1 files changed, 0 insertions, 36 deletions
diff --git a/cad/geda-symbols/patches/patch-ab b/cad/geda-symbols/patches/patch-ab
deleted file mode 100644
index ef571b986e6..00000000000
--- a/cad/geda-symbols/patches/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/12/13 05:19:47 dmcmahill Exp $
-
---- documentation/Makefile.in.orig Sun Nov 3 22:58:59 2002
-+++ documentation/Makefile.in
-@@ -316,7 +316,7 @@ uninstall-am: uninstall-datadocDATA unin
- #
- %.pic: %.fig
- @echo "Creating pic (using fig2dev)"
-- @if which fig2dev >/dev/null 2>/dev/null; then \
-+ @if ! which fig2dev >/dev/null 2>/dev/null; then \
- fig2dev -L pic $*.fig >$*.pic ;\
- else \
- echo "** Did not find fig2dev **" ;\
-@@ -327,19 +327,19 @@ uninstall-am: uninstall-datadocDATA unin
- %.ps: %.doc
- @echo "Creating ps (using groff)"
- @rm -rf $*.tmp
-- @if which groff >/dev/null 2>/dev/null; then \
-+ @if ! which groff >/dev/null 2>/dev/null; then \
- groff -t -sp -ms $*.doc >$*.tmp ;\
- else \
- echo "** Did not find groff **" ;\
- echo "Some Documentation might not be correct!" ;\
-- touch $*.ps ;\
-+ touch $*.tmp ;\
- fi
- @mv -f $*.tmp $*.ps
-
- %.pdf: %.ps
- @echo "Creating pdf (using ps2pdf)"
- @rm -rf $*.pdf
-- @if which ps2pdf >/dev/null 2>/dev/null; then \
-+ @if ! which ps2pdf >/dev/null 2>/dev/null; then \
- ps2pdf $*.ps ;\
- else \
- echo "** Did not find ps2pdf **" ;\