diff options
Diffstat (limited to 'editors/speedbar/patches/patch-aa')
-rw-r--r-- | editors/speedbar/patches/patch-aa | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/editors/speedbar/patches/patch-aa b/editors/speedbar/patches/patch-aa index f4c7a20d2d3..4c3270c52e9 100644 --- a/editors/speedbar/patches/patch-aa +++ b/editors/speedbar/patches/patch-aa @@ -1,21 +1,12 @@ -$NetBSD: patch-aa,v 1.1 2002/02/18 15:14:18 seb Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/11 08:51:10 uebayasi Exp $ ---- Makefile.orig Mon Oct 9 06:21:34 2000 +--- Makefile.orig Sun Mar 17 20:52:55 2002 +++ Makefile -@@ -11,7 +11,6 @@ - speedbar_LISP=dframe.el speedbar.el +@@ -13,7 +13,6 @@ EMACS=emacs + LOADPATH= info_TEXINFOS=speedbar.texi -MAKEINFO=makeinfo - opt_LISP=rpm.el sb-gud.el sb-info.el sb-rmail.el sb-w3.el sb-texinfo.el bigclock.el - aux_AUX=INSTALL - images_MISC=sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm sb-pg-minus.xpm sb-pg.xpm sb-mail.xpm sb-tag-plus.xpm sb-tag-minus.xpm sb-tag.xpm sb-tag-gt.xpm sb-tag-v.xpm sb-tag-type.xpm sb-image.el -@@ -35,7 +34,7 @@ - $(EMACS) -batch -l $@-compile-script -f batch-byte-compile $^ - - speedbar.info: $(info_TEXINFOS) -- makeinfo -o $@ $< -+ $(MAKEINFO) -o $@ $< - - opt: $(opt_LISP) - @echo "(add-to-list 'load-path nil)" > $@-compile-script + opt_LISP=rpm.el sb-gud.el sb-info.el sb-rmail.el sb-w3.el sb-texinfo.el bigclock.el sb-html.el sb-ant.el + aux_AUX=INSTALL ChangeLog + images_MISC=sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm sb-pg-minus.xpm sb-pg.xpm sb-mail.xpm sb-tag-plus.xpm sb-tag-minus.xpm sb-tag.xpm sb-tag-gt.xpm sb-tag-v.xpm sb-tag-type.xpm sb-image.el sb-obj.xpm sb-chk.xpm sb-objod.xpm sb-label.xpm sb-ro.xpm sb-doc.xpm sb-info.xpm sb-doc-plus.xpm sb-doc-minus.xpm sb-box.xpm sb-box-plus.xpm sb-box-minus.xpm |