OSDN Git Service

Makefileにパッケージ作成コマンドを追加。
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Thu, 23 Sep 2010 03:43:20 +0000 (03:43 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Thu, 23 Sep 2010 03:43:20 +0000 (03:43 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@332 9df91469-1e22-0410-86e7-ea8537beb833

src/Makefile

index 090da65..9d2850b 100644 (file)
@@ -20,3 +20,7 @@ clean:
        make -C plugin/7zArc clean\r
        make -C plugin/cuiWrapper clean\r
        make -C plugin/rarArc clean\r
+\r
+dist:\r
+       /usr/bin/7z a -tzip -mx9 ../lychee.zip ../bin ../doc ../src ../share -xr!*.spi -xr!*.xpi -x!src/tmp -x!src/plugin/7zArc/7-zip* -xr!*.ncb -xr!*.suo -xr!*.user -xr!*.conf -xr!*.o -xr!.svn\r
+\r