2 ###############################################################################
3 # MODULE : main make file for the TeXmacs daemon
4 # BY : Joris van der Hoeven
5 # COPYRIGHT : This software falls under the GNU general public license;
6 # see the file 'LICENSE', which is provided with this package.
7 ###############################################################################
24 $(CHMOD
) 755 bin
/texmacsd
25 $(CHMOD
) 755 bin
/tm-client
28 $(MKDIR
) $(DESTDIR
)$(datadir)
29 $(MKDIR
) $(DESTDIR
)$(datadir)/texmacsd
30 $(CP
) progs
$(DESTDIR
)$(datadir)/texmacsd
31 @echo installed scheme programs in
$(DESTDIR
)$(datadir)/texmacsd
32 $(MKDIR
) $(DESTDIR
)$(bindir)
33 $(CP
) bin
/texmacsd
$(DESTDIR
)$(bindir)
34 @echo installed texmacsd script in
$(DESTDIR
)$(bindir)
35 @echo
----------------------------------------------------
36 @echo texmacsd has been successfully installed
39 $(RM
) -r
$(datadir)/texmacsd
40 @echo removed scheme programs from
$(datadir)/texmacsd
41 $(RM
) $(bindir)/texmacsd
42 @echo removed startup script from
$(bindir)
43 @echo
----------------------------------------------------
44 @echo texmacsd has been successfully removed
46 .PHONY
: install uninstall
59 .PHONY
: clean distclean