summary refs log tree commit diff stats
path: root/src/fe-text/README
blob: bb760aaea5f5b714f870f75ba6da73b7bc4145b5 (plain) (blame)
1
2
3
4
5
fe-text README
~~~~~~~~~~~~~~

This is an experimental text frontend for X-Chat.
If anyone wants to add ncurses support, they are welcome to.
e.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
EXTRA_DIST=alt_completion.pl xchat2-perldocs.html xchat2-perl.html \
	generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
	lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm \
	lib/IRC.pm

libdir = $(xchatlibdir)/plugins

lib_LTLIBRARIES = perl.la
perl_la_SOURCES = perl.c
perl_la_LDFLAGS = -avoid-version -module 
perl_la_LIBADD = $(PERL_LDFLAGS)
BUILT_SOURCES = xchat.pm.h irc.pm.h
#CFLAGS = @CFLAGS@ -Wno-unused
INCLUDES = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
CLEANFILES = xchat.pm.h irc.pm.h
xchat.pm.h irc.pm.h: lib/Xchat.pm lib/Xchat/Embed.pm \
	lib/Xchat/List/Network.pm lib/Xchat/List/Network/Entry.pm \
	lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
	perl generate_header