]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "webapps.mason: make docs/dev"
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 20:45:55 +0000 (12:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 20:45:55 +0000 (12:45 -0800)
This reverts commit b6bb1863f11a71ef6794e878ecb011dd9b0280c5.

extra/webapps/mason/docs-update/docs-update.factor

index 487a58e2c389e024cca4efff9b80d3a1d7c5911a..f3d3d4ad54df3502917cd482cf2dce9695c7498e 100644 (file)
@@ -16,8 +16,8 @@ IN: webapps.mason.docs-update
         "newdocs" make-directory
         "newdocs" [ { "tar" "xfz" } docs-path suffix try-process ] with-directory
 
-        "docs/dev" file-exists? [ "docs/dev" "docs.old" move-file ] when
-        "newdocs/docs" "docs/dev" move-file
+        "docs" file-exists? [ "docs" "docs.old" move-file ] when
+        "newdocs/docs" "docs" move-file
 
         "newdocs" delete-directory
         "docs.old" file-exists? [ "docs.old" delete-tree ] when