Gnus development mailing list
 help / color / mirror / Atom feed
From: Niklas Morberg <niklas.morberg@axis.com>
Subject: No installation of .xpm smilies?
Date: Wed, 29 Jan 2003 10:28:24 +0100	[thread overview]
Message-ID: <xiud6mg1f0n.fsf@pcniklas.axis.se> (raw)

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Is there a reason that the .xpm versions of the smilies are
not installed? From what little I know, it would make more
sense if the makefile installed those as well.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Install .xpm versions of smilies --]
[-- Type: text/x-patch, Size: 819 bytes --]

cd /home/niklas/pgnus/etc/
diff -u -b /home/niklas/pgnus/etc/Makefile.in.\~1.4.\~ /home/niklas/pgnus/etc/Makefile.in
--- /home/niklas/pgnus/etc/Makefile.in.~1.4.~	Wed Jan 29 10:21:41 2003
+++ /home/niklas/pgnus/etc/Makefile.in	Wed Jan 29 10:22:50 2003
@@ -30,7 +30,7 @@
 	done
 	$(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)/smilies
 	cd $(srcdir) \
-	&& for p in smilies/*.pbm; do \
+	&& for p in smilies/*.pbm smilies/*.xpm; do \
 	  echo " $(INSTALL_DATA) $$p $(etcdir)/$$p"; \
 	  $(INSTALL_DATA) $$p $(etcdir)/$$p; \
 	done
@@ -43,7 +43,7 @@
 	done
 	rmdir $(etcdir)/gnus 2> /dev/null || true
 	cd $(srcdir) \
-	&& for p in smilies/*.pbm; do \
+	&& for p in smilies/*.pbm smilies/*.xpm; do \
 	  rm -f "$(etcdir)/$$p"; \
 	done
 	rmdir $(etcdir)/smilies 2> /dev/null || true

Diff finished at Wed Jan 29 10:23:18

[-- Attachment #3: Type: text/plain, Size: 8 bytes --]


Niklas

             reply	other threads:[~2003-01-29  9:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-29  9:28 Niklas Morberg [this message]
2003-02-01 16:27 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xiud6mg1f0n.fsf@pcniklas.axis.se \
    --to=niklas.morberg@axis.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).