From: auroux Date: Tue, 22 May 2012 22:43:35 +0000 (+0000) Subject: missing distdir target in src/win32/Makefile X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=commitdiff_plain;h=0f4e874368f14d417e21e7e96eca084545347601 missing distdir target in src/win32/Makefile --- diff --git a/src/win32/Makefile b/src/win32/Makefile index 97821d3..7d940cf 100644 --- a/src/win32/Makefile +++ b/src/win32/Makefile @@ -5,3 +5,6 @@ install: xournal.res: xournal.rc windres xournal.rc -O coff -o xournal.res + +distdir: + cp -fp xournal.ico xournal.rc Makefile $(distdir)