From: Guus Sliepen Date: Sun, 17 Apr 2011 14:39:05 +0000 (+0200) Subject: Don't forget to install the documentation. X-Git-Url: https://git.mxchange.org/?p=quix0rs-blobwars.git;a=commitdiff_plain;h=a75a8c09fe59e60e12f1fc8972c294e25b73051e Don't forget to install the documentation. --- diff --git a/makefile b/makefile index 0946fb8..0a9cc94 100755 --- a/makefile +++ b/makefile @@ -118,6 +118,7 @@ ifeq ($(USEPAK), 1) else cp -pr $(DATA) $(DESTDIR)$(DATADIR) endif + cp -p $(DOCS) $(DESTDIR)$(DOCDIR) cp -p $(ICONS)$(PROG).png $(DESTDIR)$(ICONDIR)32x32/apps/ cp -p $(ICONS)$(PROG)-mini.png $(DESTDIR)$(ICONDIR)16x16/apps/$(PROG).png cp -p $(ICONS)$(PROG)-large.png $(DESTDIR)$(ICONDIR)64x64/apps/$(PROG).png