diff --git a/Makefile b/Makefile index b5dea727..d50bc882 100644 --- a/Makefile +++ b/Makefile @@ -126,6 +126,7 @@ else OBJDIR = obj/morphos ZIP = lha ZIPOPT = a + PLATFORMFILES = misc/grafx2.info else ifeq ($(PLATFORM),AMIGA) # 5 @@ -343,7 +344,7 @@ ziprelease: version $(BIN) release tar cvzf "src-`cat $(OBJDIR)/versiontag`.tgz" --transform 's,^,src/,g' *.c *.h Makefile Makefile.dep gfx2.ico $(ZIP) $(ZIPOPT) "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-$(PLATFORM).$(ZIP)" $(BIN) gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt fonts/8pxfont.png doc/README-zlib1.txt doc/README-SDL.txt doc/README-SDL_image.txt doc/README-SDL_ttf.txt doc/README-lua.txt fonts/Tuffy.ttf src-`cat $(OBJDIR)/versiontag`.tgz $(PLATFORMFILES) $(DELCOMMAND) "src-`cat $(OBJDIR)/versiontag`.tgz" - tar cvzf "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-src.tgz" --transform 's,^,grafx2/,g' *.c *.h Makefile Makefile.dep gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.ico gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt misc/grafx2.1 misc/grafx2.xpm misc/grafx2.desktop fonts/8pxfont.png fonts/Tuffy.ttf + tar cvzf "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-src.tgz" --transform 's,^,grafx2/,g' *.c *.h Makefile Makefile.dep gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.ico gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt misc/unix/grafx2.1 misc/unix/grafx2.xpm misc/unix/grafx2.desktop fonts/8pxfont.png fonts/Tuffy.ttf $(DELCOMMAND) "$(OBJDIR)/versiontag" testsed : diff --git a/misc/morphos/grafx2.info b/misc/morphos/grafx2.info new file mode 100644 index 00000000..1b8387c2 Binary files /dev/null and b/misc/morphos/grafx2.info differ diff --git a/misc/grafx2.1 b/misc/unix/grafx2.1 similarity index 100% rename from misc/grafx2.1 rename to misc/unix/grafx2.1 diff --git a/misc/grafx2.desktop b/misc/unix/grafx2.desktop similarity index 100% rename from misc/grafx2.desktop rename to misc/unix/grafx2.desktop diff --git a/misc/grafx2.xpm b/misc/unix/grafx2.xpm similarity index 100% rename from misc/grafx2.xpm rename to misc/unix/grafx2.xpm