From 4b0546e6215d96dbc56822433adece8a0f048195 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 23 Feb 2011 21:38:22 +0100 Subject: Updated HISTORY Updated version Added dist directory --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ee7951..5cbb223 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,12 @@ dist: @mkdir $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE)/plugin @mkdir $(TMPDIR)/$(ARCHIVE)/plugin/po + @mkdir $(TMPDIR)/$(ARCHIVE)/plugin/dist @mkdir $(TMPDIR)/$(ARCHIVE)/command @mkdir $(TMPDIR)/$(ARCHIVE)/command/po @mkdir $(TMPDIR)/$(ARCHIVE)/command/logos @cp -a plugin/*.cpp plugin/*.h plugin/Makefile $(TMPDIR)/$(ARCHIVE)/plugin + @cp -a plugin/dist/* $(TMPDIR)/$(ARCHIVE)/plugin/dist @cp -a plugin/po/*.po $(TMPDIR)/$(ARCHIVE)/plugin/po @cp -a command/*.cpp command/*.h command/Makefile $(TMPDIR)/$(ARCHIVE)/command @cp -a command/logos/*.pgm $(TMPDIR)/$(ARCHIVE)/command/logos -- cgit v1.2.3