-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeeplearning.mk
26 lines (23 loc) · 1.17 KB
/
deeplearning.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
tensorflow-install-unix: post/tensorflow/install/unix.md post/tensorflow/install/unix.sum.md
@pandoc -o .ignore/unix.html post/tensorflow/install/unix.md
@pandoc -o .ignore/unix.sum.html post/tensorflow/install/unix.sum.md
@$(ECHO) $(CURL_PATH) $(CURL_DETAIL) -X PUT \
' -F "type=post" ' \
' -F "create-time=2017-07-16 08:43:20.630857 UTC" ' \
' -F "update-time=$(IH_NOW)" ' \
' -F "title=Install Haskell Binding of TensorFlow on *nix" ' \
' -F "[email protected]/unix.html" ' \
' -F "sha-file-name=/`$(MD5) $(PRIVATE_KEY).pub`" ' \
' -F "[email protected]/unix.sum.html" ' \
' -F "whose=Qinka" ' \
' -F "tag=deeplearning" ' \
' -F "tag=tensorflow" ' \
' -F "tag=install" ' \
' -F "tag=Haskell" ' \
' -F "tag=blog" ' \
$(SITE_URL)/b/deeplearning/tensorflow/install/unix | $(IH_PATH) -m -f '$(IH_DELAY)' -p '$(PRIVATE_KEY)' -d '$(SITE_DELTA)' -v | $(SHELL)
tensorflow-install-unix.del:
@$(ECHO) $(CURL_PATH) $(CURL_DETAIL) -X DELETE \
' -F "type=post" ' \
' -F "sha-file-name=/`$(MD5) $(PRIVATE_KEY).pub`" ' \
$(SITE_URL)/b/deeplearning/tensorflow/install/unix | $(IH_PATH) -m -f '$(IH_DELAY)' -p '$(PRIVATE_KEY)' -d '$(SITE_DELTA)' -v | $(SHELL)