diff options
| author | 2013-10-10 02:46:38 +0200 | |
|---|---|---|
| committer | 2013-10-10 02:46:38 +0200 | |
| commit | cbc62b2a88ff735fcf7078abbed9e4e0ec418b59 (patch) | |
| tree | b9e9c819f7ce84dfd7d0508bddf29d0eeb7a52c9 /site/Makefile | |
| parent | 17f8fa22a3cb10876843637f5abf2418ce73e9b8 (diff) | |
| download | git-auto-commit-mode-master.tar.gz git-auto-commit-mode-master.zip | |
New script generates site automatically.
Diffstat (limited to 'site/Makefile')
| -rw-r--r-- | site/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/site/Makefile b/site/Makefile deleted file mode 100644 index 4abab99..0000000 --- a/site/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -.PHONY: export publish - -all: - -export: - emacs -batch -l project.el -f org-publish-all - -publish: export - scp _publish/* \ - ryuslash.org:public_html/orgweb/projects/git-auto-commit-mode |
