diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
commit | c76cf46929051f9dd322487d888c82f104026e6d (patch) | |
tree | f415aeddadc6782b1474ebd88710bfa86cf08711 /sysutils/battstat-applet/files | |
parent | Implement USE_GNOME, part 1. (diff) |
Implement USE_GNOME, part 2.
Notes
Notes:
svn path=/head/; revision=33429
Diffstat (limited to 'sysutils/battstat-applet/files')
-rw-r--r-- | sysutils/battstat-applet/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/battstat-applet/files/patch-aa b/sysutils/battstat-applet/files/patch-aa new file mode 100644 index 000000000000..a1f2957f2b4a --- /dev/null +++ b/sysutils/battstat-applet/files/patch-aa @@ -0,0 +1,22 @@ +--- docs/C/Makefile.in.orig Mon Oct 2 00:34:46 2000 ++++ docs/C/Makefile.in Mon Oct 2 00:37:29 2000 +@@ -310,7 +310,6 @@ + $(distdir)/$(applet)-applet/stylesheet-images + + install-data-am: index.html +- -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images + -cp $(srcdir)/topic.dat $(DESTDIR)$(helpdir) + -for file in \ + $(applet)-applet/*.html \ +@@ -318,11 +317,6 @@ + $(srcdir)/*.png; do\ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +- done +- -for file in \ +- $(applet)-applet/stylesheet-images/*.png; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \ + done + + $(applet)-applet.ps: $(srcdir)/$(applet)-applet.sgml $(srcdir)/$(applet).sgml |