[Gajim-devel] Script updating status on XMMS2 events

Alex V. Myltsev avm at altlinux.ru
Wed Aug 23 23:23:16 CEST 2006


Bertrand Jacquin wrote:
>> http://wiki.xmms2.xmms.se/index.php/Contribs#Daemon_updating_Gajim_status_on_XMMS2_events
> ~/tmp/xmms2-gajim-status-0.1 :( % LC_ALL=C make install
> Makefile:31: *** missing separator.  Stop.
To use it with GNU make, you have to change the syntax:

--- Makefile    2006-08-22 20:01:57 +0400
+++ GNUmakefile 2006-08-24 01:17:44 +0400
@@ -30,11 +30,11 @@

-.if !defined(DONT_COMPRESS_MANPAGE)
-.if !defined(USE_BZIP2)
+ifndef DONT_COMPRESS_MANPAGE
+ifndef USE_BZIP2
        @echo "Compressing man page with gzip..."
        $(GZIP) -f $(DESTDIR)$(mandir)/man1/$(progname).1
-.else
+else
        @echo "Compressing man page with bzip2..."
        $(BZIP2) -f $(DESTDIR)$(mandir)/man1/$(progname).1
-.endif
-.endif
+endif
+endif




More information about the Gajim-devel mailing list