]> granicus.if.org Git - re2c/commitdiff
Added README.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 14 Aug 2017 07:33:44 +0000 (08:33 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 14 Aug 2017 07:33:44 +0000 (08:33 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..55f06f2
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+
+To update website http://re2c.org:
+
+  on gh-pages-gen:
+    - edit sources on gh-pages-gen
+    - test changes on localhost
+    - commit and puch changes on gh-pages-gen
+    - delete 'obj' subdirectory and rebuild from scratch
+
+  on gh-pages
+    - remove all files except '.git' subdirectory
+    - copy the contents of 'obj' subdirectory from gh-pages-gen to the root of gh-pages
+    - add and commit all files (even hidden, might be necessary to add manually)
+    - push
+