]> jfr.im git - irc/evilnet/x3.git/blame - Makefile.am
Fix typos and copy errors in nickserv help
[irc/evilnet/x3.git] / Makefile.am
CommitLineData
1136f709 1EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
d76ed9a9 2SUBDIRS = @MY_SUBDIRS@
0b350353 3PY_CFLAGS = @PY_CFLAGS@
4PY_LIBS = @PY_LIBS@
5pythonpath = @pythonpath@
6
d76ed9a9 7DIST_SUBDIRS = src rx
8
ceafd592 9all: x3
d76ed9a9 10
ceafd592 11x3: src/x3
12 cp ./src/x3 $(srcdir)/src/*.help .
d76ed9a9 13
14install-exec-local:
15 $(INSTALL) -d -m 755 $(prefix)
ceafd592 16 $(INSTALL) -m 744 ./src/x3 $(prefix)
d76ed9a9 17 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
ceafd592 18 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
d76ed9a9 19 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
d68e1d8a 20 $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
07559983 21 ./install-r.sh $(srcdir)/src/plugins $(prefix)
d76ed9a9 22 @echo
ceafd592 23 @echo X3-$(VERSION) has been installed to $(prefix)
24 @echo Remember to edit x3.conf.example and sockcheck.conf.example
25 @echo And of course, ./x3 --help before starting.
d76ed9a9 26 @echo