]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - Makefile
Translated using Weblate (Norwegian Bokmål)
[text-madewithcc.git] / Makefile
index 4e94cd5da2d7ecbbe13d09afc095552c8919dc76..2ba21a320c1900df6c514d0bc9c5a931fab1e562 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,17 @@ PANDOC_OPTS = \
 
 LANGS := $(shell ls po/*/mwcc.po|cut -d/ -f2)
 
+DESTDIR =
+
+docdir = /usr/share/doc/madewithcc
+
+install = install
+
 all: pdf epub
 
+install:
+       $(install) *.pdf *.epub $(DESTDIR)/$(docdir)
+
 distclean: clean
        rm -f $(SOURCE).md
 clean: