summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-07 20:29:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-07 20:29:43 -0700
commit71cc1d5902abb8cc005114f28a5cea8d766a4b05 (patch)
tree49242d1f03974045036d21772dae553738301e18 /Makefile
parent46b7f60f9fa32fd2a8c2162cf108dc89d3d95196 (diff)
downloadtxr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.tar.gz
txr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.tar.bz2
txr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.zip
* Makefile: install the LICENSE and METALICENSE files into the data
directory. * txr.c (help): Help text updated to document --license option. (license): New function. (txr_main): Implement --license option. * unwind.h (uw_catch): Add cast to suppress warning about unused symbol. * txr.1: Document --license option.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1dbc87fa..0f5b4d39 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,8 @@ PREINSTALL := :
install: $(PROG)
$(PREINSTALL)
$(call INSTALL,0755,txr$(EXE),$(DESTDIR)$(bindir))
+ $(call INSTALL,0444,$(top_srcdir)/LICENSE,$(DESTDIR)$(datadir))
+ $(call INSTALL,0444,$(top_srcdir)/METALICENSE,$(DESTDIR)$(datadir))
$(call INSTALL,0444,$(top_srcdir)/txr.1,$(DESTDIR)$(mandir)/man1)
$(call INSTALL,0444,$(top_srcdir)/share/txr/stdlib/*.txr,$(DESTDIR)$(datadir)/stdlib)