forked from taku910/crfpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81cdad8
commit 1c25352
Showing
7 changed files
with
280 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -792,10 +792,6 @@ dist-hook: | |
find $(distdir) -name .svn | xargs rm -fr; \ | ||
done | ||
|
||
win: | ||
(cd src; rm -f *.exe *.obj *.dll) | ||
# (cd src; wcmd /c make.bat) | ||
|
||
win-dist: | ||
rm -f CRF++-0.55.zip | ||
mkdir -p CRF++-0.55/doc | ||
|
@@ -823,7 +819,6 @@ dist-all-package: | |
$(MAKE) clean | ||
$(MAKE) script-clean | ||
$(MAKE) script-dist | ||
$(MAKE) win | ||
$(MAKE) win-dist | ||
|
||
script-dist: | ||
|
@@ -845,10 +840,8 @@ script-clean: | |
(cd java; $(MAKE) clean;) | ||
|
||
export-package: | ||
# ./upload.pl -p crfpp -n crfpp -r 0.55 -f CRF++-0.55.tar.gz | ||
# ./upload.pl -p crfpp -n crfpp-win32 -r 0.55 -f CRF++-0.55.zip | ||
scp doc/*.html sf:public_html/crfpp/ | ||
scp doc/*.css sf:public_html/crfpp/ | ||
python googlecode_upload.py -p crfpp -s crfpp -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-0.55.tar.gz | ||
python googlecode_upload.py -p crfpp -s crfpp-win -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-0.55.zip | ||
|
||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
# Otherwise a system limit (for SysV at least) may be exceeded. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,6 @@ dist-hook: | |
find $(distdir) -name .svn | xargs rm -fr; \ | ||
done | ||
|
||
win: | ||
(cd src; rm -f *.exe *.obj *.dll) | ||
# (cd src; wcmd /c make.bat) | ||
|
||
win-dist: | ||
rm -f @PACKAGE@-@[email protected] | ||
mkdir -p @PACKAGE@-@VERSION@/doc | ||
|
@@ -62,7 +58,6 @@ dist-all-package: | |
$(MAKE) clean | ||
$(MAKE) script-clean | ||
$(MAKE) script-dist | ||
$(MAKE) win | ||
$(MAKE) win-dist | ||
|
||
script-dist: | ||
|
@@ -84,7 +79,5 @@ script-clean: | |
(cd java; $(MAKE) clean;) | ||
|
||
export-package: | ||
# ./upload.pl -p crfpp -n crfpp -r @VERSION@ -f CRF++-@[email protected] | ||
# ./upload.pl -p crfpp -n crfpp-win32 -r @VERSION@ -f CRF++-@[email protected] | ||
scp doc/*.html sf:public_html/crfpp/ | ||
scp doc/*.css sf:public_html/crfpp/ | ||
python googlecode_upload.py -p crfpp -s crfpp -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-@[email protected] | ||
python googlecode_upload.py -p crfpp -s crfpp-win -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-@[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -792,10 +792,6 @@ dist-hook: | |
find $(distdir) -name .svn | xargs rm -fr; \ | ||
done | ||
|
||
win: | ||
(cd src; rm -f *.exe *.obj *.dll) | ||
# (cd src; wcmd /c make.bat) | ||
|
||
win-dist: | ||
rm -f @PACKAGE@-@[email protected] | ||
mkdir -p @PACKAGE@-@VERSION@/doc | ||
|
@@ -823,7 +819,6 @@ dist-all-package: | |
$(MAKE) clean | ||
$(MAKE) script-clean | ||
$(MAKE) script-dist | ||
$(MAKE) win | ||
$(MAKE) win-dist | ||
|
||
script-dist: | ||
|
@@ -845,10 +840,8 @@ script-clean: | |
(cd java; $(MAKE) clean;) | ||
|
||
export-package: | ||
# ./upload.pl -p crfpp -n crfpp -r @VERSION@ -f CRF++-@[email protected] | ||
# ./upload.pl -p crfpp -n crfpp-win32 -r @VERSION@ -f CRF++-@[email protected] | ||
scp doc/*.html sf:public_html/crfpp/ | ||
scp doc/*.css sf:public_html/crfpp/ | ||
python googlecode_upload.py -p crfpp -s crfpp -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-@[email protected] | ||
python googlecode_upload.py -p crfpp -s crfpp-win -u [email protected] -w `cat ~/.googlecode_upload_password` CRF++-@[email protected] | ||
|
||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
# Otherwise a system limit (for SysV at least) may be exceeded. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.