From a75a8c09fe59e60e12f1fc8972c294e25b73051e Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 17 Apr 2011 16:39:05 +0200 Subject: [PATCH] Don't forget to install the documentation. --- makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2