[aquaskk-changes 429] CVS update: AquaSKK/Package

Back to archive index

t-suw****@users***** t-suw****@users*****
2007年 11月 4日 (日) 09:56:06 JST


Index: AquaSKK/Package/Makefile
diff -u AquaSKK/Package/Makefile:1.2 AquaSKK/Package/Makefile:1.3
--- AquaSKK/Package/Makefile:1.2	Mon Dec 18 00:05:42 2006
+++ AquaSKK/Package/Makefile	Sun Nov  4 09:56:06 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2006/12/17 15:05:42 t-suwa Exp $
+# $Id: Makefile,v 1.3 2007/11/04 00:56:06 t-suwa Exp $
 
 #
 # Makefile for build installer
@@ -7,20 +7,21 @@
 TARGET	= AquaSKKInputMethod.component
 DEPLOY	= ../build/Deployment
 DEST	= contents/Components
-BUILD	= /Developer/Tools/packagemaker -build -proj AquaSKK.pmproj
+PKGMAKER= /Developer/usr/bin/packagemaker
+BUILD	= $(PKGMAKER) --doc AquaSKK.pmdoc
 
 TODAY	= `date +%F`
 
 beta: $(DEST)
-	$(BUILD) -p AquaSKK-BETA-$(TODAY).pkg
+	$(BUILD) -o AquaSKK-BETA-$(TODAY).pkg
 
 release: $(DEST)
-	$(BUILD) -p AquaSKK-RELEASE.pkg
+	$(BUILD) -o AquaSKK-RELEASE.pkg
 
 $(DEST): build
 	sudo rm -rf $(DEST)
 	sudo mkdir -p $(DEST)
-	sudo cp -r $(DEPLOY)/$(TARGET) $(DEST)
+	sudo cp -R $(DEPLOY)/$(TARGET) $(DEST)
 	sudo chown -R root:admin $(DEST)
 
 build:


aquaskk-changes メーリングリストの案内
Back to archive index