summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)