Gnus development mailing list
 help / color / mirror / Atom feed
* No installation of .xpm smilies?
@ 2003-01-29  9:28 Niklas Morberg
  2003-02-01 16:27 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Morberg @ 2003-01-29  9:28 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: No installation of .xpm smilies?
  2003-01-29  9:28 No installation of .xpm smilies? Niklas Morberg
@ 2003-02-01 16:27 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-01 16:27 UTC (permalink / raw)


Niklas Morberg <niklas.morberg@axis.com> writes:

> 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.

Thanks for the patch; I've applied it to Oort Gnus v0.15 (i. e., CVS).

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-01 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-29  9:28 No installation of .xpm smilies? Niklas Morberg
2003-02-01 16:27 ` Lars Magne Ingebrigtsen

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).