lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master b51cc8f7 1/5: Create directories for webpages


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b51cc8f7 1/5: Create directories for webpages including doxygen
Date: Tue, 25 Apr 2023 19:17:18 -0400 (EDT)

branch: master
commit b51cc8f752c67a394ba35f8ccf614c4b97824e56
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Create directories for webpages including doxygen
    
    Set up a 'doxygen' subdirectory: lmi's main page is here:
      https://www.nongnu.org/lmi/
    and the source-code documentation is here:
      https://www.nongnu.org/lmi/doxygen/
---
 lmi_setup_43.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 6029ad71..a7e00103 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -64,6 +64,10 @@ git rev-parse HEAD
 mv .git/hooks .git/hooks-orig
 ln --symbolic --force --no-dereference ../hooks .git
 
+# Create directories for webpages:
+mkdir --parents /opt/lmi/web/lmi/doxygen
+chmod -R g=u+s  /opt/lmi/web/lmi/doxygen
+
 # Create a "stash" directory as a manual alternative to 'git-stash':
 mkdir --parents /opt/lmi/stash
 chmod g=u+s     /opt/lmi/stash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]