emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/git-commit 337a190 1/5: Rename Documentation/ to docs/


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 337a190 1/5: Rename Documentation/ to docs/
Date: Thu, 16 Dec 2021 13:57:38 -0500 (EST)

branch: elpa/git-commit
commit 337a190c1a49266864545facecddcb4a89eca035
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Rename Documentation/ to docs/
---
 .gitignore                                  | 24 +++++++--------
 Makefile                                    | 46 ++++++++++++++---------------
 RelNotes.org                                |  2 +-
 default.mk                                  |  3 +-
 {Documentation => docs}/AUTHORS.md          |  0
 {Documentation => docs}/BACKERS.md          |  0
 {Documentation => docs}/Makefile            |  9 ++++--
 {Documentation => docs}/RelNotes/0.5.1.txt  |  0
 {Documentation => docs}/RelNotes/0.6.1.txt  |  0
 {Documentation => docs}/RelNotes/0.7.0.txt  |  0
 {Documentation => docs}/RelNotes/0.8.0.txt  |  0
 {Documentation => docs}/RelNotes/0.8.1.txt  |  0
 {Documentation => docs}/RelNotes/0.8.2.txt  |  0
 {Documentation => docs}/RelNotes/1.0.0.txt  |  0
 {Documentation => docs}/RelNotes/1.1.0.txt  |  0
 {Documentation => docs}/RelNotes/1.1.1.txt  |  0
 {Documentation => docs}/RelNotes/1.1.2.txt  |  0
 {Documentation => docs}/RelNotes/1.2.0.txt  |  0
 {Documentation => docs}/RelNotes/1.2.1.txt  |  0
 {Documentation => docs}/RelNotes/1.2.2.txt  |  0
 {Documentation => docs}/RelNotes/1.4.0.txt  |  0
 {Documentation => docs}/RelNotes/1.4.1.txt  |  0
 {Documentation => docs}/RelNotes/1.4.2.txt  |  0
 {Documentation => docs}/RelNotes/2.1.0.txt  |  0
 {Documentation => docs}/RelNotes/2.10.0.txt |  0
 {Documentation => docs}/RelNotes/2.10.1.txt |  0
 {Documentation => docs}/RelNotes/2.10.2.txt |  0
 {Documentation => docs}/RelNotes/2.10.3.txt |  0
 {Documentation => docs}/RelNotes/2.11.0.txt |  0
 {Documentation => docs}/RelNotes/2.12.0.txt |  0
 {Documentation => docs}/RelNotes/2.12.1.txt |  0
 {Documentation => docs}/RelNotes/2.13.0.txt |  0
 {Documentation => docs}/RelNotes/2.13.1.txt |  0
 {Documentation => docs}/RelNotes/2.2.0.txt  |  0
 {Documentation => docs}/RelNotes/2.2.1.txt  |  0
 {Documentation => docs}/RelNotes/2.2.2.txt  |  0
 {Documentation => docs}/RelNotes/2.3.0.txt  |  0
 {Documentation => docs}/RelNotes/2.3.1.txt  |  0
 {Documentation => docs}/RelNotes/2.4.0.txt  |  0
 {Documentation => docs}/RelNotes/2.4.1.txt  |  0
 {Documentation => docs}/RelNotes/2.5.0.txt  |  0
 {Documentation => docs}/RelNotes/2.6.0.txt  |  0
 {Documentation => docs}/RelNotes/2.6.1.txt  |  0
 {Documentation => docs}/RelNotes/2.6.2.txt  |  0
 {Documentation => docs}/RelNotes/2.7.0.txt  |  0
 {Documentation => docs}/RelNotes/2.8.0.txt  |  0
 {Documentation => docs}/RelNotes/2.9.0.txt  |  0
 {Documentation => docs}/RelNotes/2.90.0.org |  0
 {Documentation => docs}/RelNotes/2.90.1.org |  0
 {Documentation => docs}/RelNotes/3.0.0.org  |  0
 {Documentation => docs}/RelNotes/3.1.0.org  |  0
 {Documentation => docs}/RelNotes/3.2.0.org  |  0
 {Documentation => docs}/RelNotes/3.2.1.org  |  0
 {Documentation => docs}/RelNotes/3.3.0.org  |  0
 {Documentation => docs}/RelNotes/3.4.0.org  |  0
 {Documentation => docs}/htmlxref.cnf        |  0
 {Documentation => docs}/magit-section.org   |  0
 {Documentation => docs}/magit-section.texi  |  0
 {Documentation => docs}/magit.org           |  0
 {Documentation => docs}/magit.texi          |  0
 60 files changed, 44 insertions(+), 40 deletions(-)

diff --git a/.gitignore b/.gitignore
index dc67577..0c895e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,18 +2,18 @@
 *~
 /*.tar
 /*.tar.gz
-/Documentation/*.epub
-/Documentation/*.html
-/Documentation/*.info
-/Documentation/*.pdf
-/Documentation/META-INF/
-/Documentation/OEBPS/
-/Documentation/dir
-/Documentation/epub.xml
-/Documentation/magit/
-/Documentation/magit-section/
-/Documentation/mimetype
-/Documentation/stats/
 /config.mk
+/docs/*.epub
+/docs/*.html
+/docs/*.info
+/docs/*.pdf
+/docs/META-INF/
+/docs/OEBPS/
+/docs/dir
+/docs/epub.xml
+/docs/magit/
+/docs/magit-section/
+/docs/mimetype
+/docs/stats/
 /lisp/magit-autoloads.el
 /lisp/magit-version.el
diff --git a/Makefile b/Makefile
index 0481f02..db6ae0c 100644
--- a/Makefile
+++ b/Makefile
@@ -74,22 +74,22 @@ lisp:
        @$(MAKE) -C lisp lisp
 
 docs:
-       @$(MAKE) -C Documentation all
+       @$(MAKE) -C docs all
 
 info:
-       @$(MAKE) -C Documentation info
+       @$(MAKE) -C docs info
 
 html:
-       @$(MAKE) -C Documentation html
+       @$(MAKE) -C docs html
 
 html-dir:
-       @$(MAKE) -C Documentation html-dir
+       @$(MAKE) -C docs html-dir
 
 pdf:
-       @$(MAKE) -C Documentation pdf
+       @$(MAKE) -C docs pdf
 
 epub:
-       @$(MAKE) -C Documentation epub
+       @$(MAKE) -C docs epub
 
 ## Install ###########################################################
 
@@ -99,10 +99,10 @@ install-lisp: lisp
        @$(MAKE) -C lisp install
 
 install-docs: docs
-       @$(MAKE) -C Documentation install-docs
+       @$(MAKE) -C docs install-docs
 
 install-info: info
-       @$(MAKE) -C Documentation install-info
+       @$(MAKE) -C docs install-info
 
 ## Test ##############################################################
 
@@ -131,14 +131,14 @@ check-declare:
 clean: clean-lisp clean-docs clean-archives
        @printf "Cleaning...\n"
        @$(RM) *.elc $(ELGS) # temporary cleanup kludge
-       @$(RM) Documentation/*.texi~ Documentation/*.info-1 
Documentation/*.info-2
+       @$(RM) docs/*.texi~ docs/*.info-1 docs/*.info-2
        @$(RM) magit-pkg.el t/magit-tests.elc
 
 clean-lisp:
        @$(MAKE) -C lisp clean
 
 clean-docs:
-       @$(MAKE) -C Documentation clean
+       @$(MAKE) -C docs clean
 
 clean-archives:
        @$(RM) *.tar.gz *.tar lisp/magit-version.el
@@ -147,30 +147,30 @@ clean-archives:
 clean-all: clean clean-stats
 
 clean-stats:
-       @$(RMDIR) $(statsdir)
+       @$(MAKE) -C docs clean-stats
 
 ## Release management ################################################
 
 texi:
-       @$(MAKE) -C Documentation texi
+       @$(MAKE) -C docs texi
 
 stats:
-       @$(MAKE) -C Documentation stats
+       @$(MAKE) -C docs stats
 
 authors:
-       @$(MAKE) -C Documentation authors
+       @$(MAKE) -C docs authors
        @git commit --gpg-sign -m "AUTHORS.md: Update list of contributors" \
-       -o -- Documentation/AUTHORS.md
+       -o -- docs/AUTHORS.md
        @git show --pretty= -p HEAD
 
 publish-stats:
-       @$(MAKE) -C Documentation publish-stats
+       @$(MAKE) -C docs publish-stats
 
 publish-manuals:
-       @$(MAKE) -C Documentation publish-manuals
+       @$(MAKE) -C docs publish-manuals
 
 release-manuals:
-       @$(MAKE) -C Documentation release-manuals
+       @$(MAKE) -C docs release-manuals
 
 dist: magit-$(VERSION).tar.gz
 
@@ -179,9 +179,9 @@ versionlib:
 
 DIST_ROOT_FILES = LICENSE default.mk Makefile README.md
 DIST_LISP_FILES = $(addprefix lisp/,$(ELS) magit-version.el Makefile)
-DIST_DOCS_FILES = $(addprefix Documentation/,$(TEXIPAGES) AUTHORS.md Makefile)
-ifneq ("$(wildcard Documentation/RelNotes/$(VERSION).txt)","")
-  DIST_DOCS_FILES += Documentation/RelNotes/$(VERSION).txt
+DIST_DOCS_FILES = $(addprefix docs/,$(TEXIPAGES) AUTHORS.md Makefile)
+ifneq ("$(wildcard docs/RelNotes/$(VERSION).txt)","")
+  DIST_DOCS_FILES += docs/RelNotes/$(VERSION).txt
 endif
 
 magit-$(VERSION).tar.gz: lisp versionlib info
@@ -190,8 +190,8 @@ magit-$(VERSION).tar.gz: lisp versionlib info
        @$(CP) $(DIST_ROOT_FILES) magit-$(VERSION)
        @$(MKDIR) magit-$(VERSION)/lisp
        @$(CP) $(DIST_LISP_FILES) magit-$(VERSION)/lisp
-       @$(MKDIR) magit-$(VERSION)/Documentation
-       @$(CP) $(DIST_DOCS_FILES) magit-$(VERSION)/Documentation
+       @$(MKDIR) magit-$(VERSION)/docs
+       @$(CP) $(DIST_DOCS_FILES) magit-$(VERSION)/docs
        @$(TAR) cz --mtime=./magit-$(VERSION) -f magit-$(VERSION).tar.gz 
magit-$(VERSION)
        @$(RMDIR) magit-$(VERSION)
 
diff --git a/RelNotes.org b/RelNotes.org
index 0c663f1..abf8b62 120000
--- a/RelNotes.org
+++ b/RelNotes.org
@@ -1 +1 @@
-Documentation/RelNotes/3.4.0.org
\ No newline at end of file
+docs/RelNotes/3.4.0.org
\ No newline at end of file
diff --git a/default.mk b/default.mk
index b594782..b5abc1d 100644
--- a/default.mk
+++ b/default.mk
@@ -18,7 +18,8 @@ sharedir ?= $(PREFIX)/share
 lispdir  ?= $(sharedir)/emacs/site-lisp/magit
 infodir  ?= $(sharedir)/info
 docdir   ?= $(sharedir)/doc/magit
-statsdir ?= $(TOP)/Documentation/stats
+
+STATSDIR ?= $(TOP)docs/stats
 
 CP       ?= install -p -m 644
 MKDIR    ?= install -p -m 755 -d
diff --git a/Documentation/AUTHORS.md b/docs/AUTHORS.md
similarity index 100%
rename from Documentation/AUTHORS.md
rename to docs/AUTHORS.md
diff --git a/Documentation/BACKERS.md b/docs/BACKERS.md
similarity index 100%
rename from Documentation/BACKERS.md
rename to docs/BACKERS.md
diff --git a/Documentation/Makefile b/docs/Makefile
similarity index 98%
rename from Documentation/Makefile
rename to docs/Makefile
index 7034cb4..00ce2cd 100644
--- a/Documentation/Makefile
+++ b/docs/Makefile
@@ -77,10 +77,13 @@ install-info: info
 ## Clean #############################################################
 
 clean:
-       @printf "Cleaning Documentation/*...\n"
+       @printf "Cleaning docs/*...\n"
        @$(RMDIR) dir $(INFOPAGES) $(HTMLFILES) $(HTMLDIRS) $(PDFFILES)
        @$(RMDIR) $(EPUBFILES) $(EPUBTRASH)
 
+clean-stats:
+       @$(RMDIR) $(statsdir)
+
 ## Release management ################################################
 
 ORG_ARGS  = --batch -Q $(ORG_LOAD_PATH) -l ox-texinfo+
@@ -107,7 +110,7 @@ texi:
 
 stats:
        @printf "Generating statistics\n"
-       @gitstats -c style=https://magit.vc/assets/stats.css -c max_authors=999 
$(TOP) $(statsdir)
+       @gitstats -c style=https://magit.vc/assets/stats.css -c max_authors=999 
$(TOP) $(STATSDIR)
 
 authors: AUTHORS.md
 
@@ -136,7 +139,7 @@ space := $(empty) $(empty)
 
 publish-stats: stats
        @printf "Uploading statistics...\n"
-       @aws s3 sync $(statsdir) $(S3_BUCKET)/stats/
+       @aws s3 sync $(STATSDIR) $(S3_BUCKET)/stats/
        @printf "Uploaded to $(PUBLISH_URL)/stats/\n"
        @printf "Generating CDN invalidation\n"
        @aws cloudfront create-invalidation \
diff --git a/Documentation/RelNotes/0.5.1.txt b/docs/RelNotes/0.5.1.txt
similarity index 100%
rename from Documentation/RelNotes/0.5.1.txt
rename to docs/RelNotes/0.5.1.txt
diff --git a/Documentation/RelNotes/0.6.1.txt b/docs/RelNotes/0.6.1.txt
similarity index 100%
rename from Documentation/RelNotes/0.6.1.txt
rename to docs/RelNotes/0.6.1.txt
diff --git a/Documentation/RelNotes/0.7.0.txt b/docs/RelNotes/0.7.0.txt
similarity index 100%
rename from Documentation/RelNotes/0.7.0.txt
rename to docs/RelNotes/0.7.0.txt
diff --git a/Documentation/RelNotes/0.8.0.txt b/docs/RelNotes/0.8.0.txt
similarity index 100%
rename from Documentation/RelNotes/0.8.0.txt
rename to docs/RelNotes/0.8.0.txt
diff --git a/Documentation/RelNotes/0.8.1.txt b/docs/RelNotes/0.8.1.txt
similarity index 100%
rename from Documentation/RelNotes/0.8.1.txt
rename to docs/RelNotes/0.8.1.txt
diff --git a/Documentation/RelNotes/0.8.2.txt b/docs/RelNotes/0.8.2.txt
similarity index 100%
rename from Documentation/RelNotes/0.8.2.txt
rename to docs/RelNotes/0.8.2.txt
diff --git a/Documentation/RelNotes/1.0.0.txt b/docs/RelNotes/1.0.0.txt
similarity index 100%
rename from Documentation/RelNotes/1.0.0.txt
rename to docs/RelNotes/1.0.0.txt
diff --git a/Documentation/RelNotes/1.1.0.txt b/docs/RelNotes/1.1.0.txt
similarity index 100%
rename from Documentation/RelNotes/1.1.0.txt
rename to docs/RelNotes/1.1.0.txt
diff --git a/Documentation/RelNotes/1.1.1.txt b/docs/RelNotes/1.1.1.txt
similarity index 100%
rename from Documentation/RelNotes/1.1.1.txt
rename to docs/RelNotes/1.1.1.txt
diff --git a/Documentation/RelNotes/1.1.2.txt b/docs/RelNotes/1.1.2.txt
similarity index 100%
rename from Documentation/RelNotes/1.1.2.txt
rename to docs/RelNotes/1.1.2.txt
diff --git a/Documentation/RelNotes/1.2.0.txt b/docs/RelNotes/1.2.0.txt
similarity index 100%
rename from Documentation/RelNotes/1.2.0.txt
rename to docs/RelNotes/1.2.0.txt
diff --git a/Documentation/RelNotes/1.2.1.txt b/docs/RelNotes/1.2.1.txt
similarity index 100%
rename from Documentation/RelNotes/1.2.1.txt
rename to docs/RelNotes/1.2.1.txt
diff --git a/Documentation/RelNotes/1.2.2.txt b/docs/RelNotes/1.2.2.txt
similarity index 100%
rename from Documentation/RelNotes/1.2.2.txt
rename to docs/RelNotes/1.2.2.txt
diff --git a/Documentation/RelNotes/1.4.0.txt b/docs/RelNotes/1.4.0.txt
similarity index 100%
rename from Documentation/RelNotes/1.4.0.txt
rename to docs/RelNotes/1.4.0.txt
diff --git a/Documentation/RelNotes/1.4.1.txt b/docs/RelNotes/1.4.1.txt
similarity index 100%
rename from Documentation/RelNotes/1.4.1.txt
rename to docs/RelNotes/1.4.1.txt
diff --git a/Documentation/RelNotes/1.4.2.txt b/docs/RelNotes/1.4.2.txt
similarity index 100%
rename from Documentation/RelNotes/1.4.2.txt
rename to docs/RelNotes/1.4.2.txt
diff --git a/Documentation/RelNotes/2.1.0.txt b/docs/RelNotes/2.1.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.1.0.txt
rename to docs/RelNotes/2.1.0.txt
diff --git a/Documentation/RelNotes/2.10.0.txt b/docs/RelNotes/2.10.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.10.0.txt
rename to docs/RelNotes/2.10.0.txt
diff --git a/Documentation/RelNotes/2.10.1.txt b/docs/RelNotes/2.10.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.10.1.txt
rename to docs/RelNotes/2.10.1.txt
diff --git a/Documentation/RelNotes/2.10.2.txt b/docs/RelNotes/2.10.2.txt
similarity index 100%
rename from Documentation/RelNotes/2.10.2.txt
rename to docs/RelNotes/2.10.2.txt
diff --git a/Documentation/RelNotes/2.10.3.txt b/docs/RelNotes/2.10.3.txt
similarity index 100%
rename from Documentation/RelNotes/2.10.3.txt
rename to docs/RelNotes/2.10.3.txt
diff --git a/Documentation/RelNotes/2.11.0.txt b/docs/RelNotes/2.11.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.11.0.txt
rename to docs/RelNotes/2.11.0.txt
diff --git a/Documentation/RelNotes/2.12.0.txt b/docs/RelNotes/2.12.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.12.0.txt
rename to docs/RelNotes/2.12.0.txt
diff --git a/Documentation/RelNotes/2.12.1.txt b/docs/RelNotes/2.12.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.12.1.txt
rename to docs/RelNotes/2.12.1.txt
diff --git a/Documentation/RelNotes/2.13.0.txt b/docs/RelNotes/2.13.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.13.0.txt
rename to docs/RelNotes/2.13.0.txt
diff --git a/Documentation/RelNotes/2.13.1.txt b/docs/RelNotes/2.13.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.13.1.txt
rename to docs/RelNotes/2.13.1.txt
diff --git a/Documentation/RelNotes/2.2.0.txt b/docs/RelNotes/2.2.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.2.0.txt
rename to docs/RelNotes/2.2.0.txt
diff --git a/Documentation/RelNotes/2.2.1.txt b/docs/RelNotes/2.2.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.2.1.txt
rename to docs/RelNotes/2.2.1.txt
diff --git a/Documentation/RelNotes/2.2.2.txt b/docs/RelNotes/2.2.2.txt
similarity index 100%
rename from Documentation/RelNotes/2.2.2.txt
rename to docs/RelNotes/2.2.2.txt
diff --git a/Documentation/RelNotes/2.3.0.txt b/docs/RelNotes/2.3.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.3.0.txt
rename to docs/RelNotes/2.3.0.txt
diff --git a/Documentation/RelNotes/2.3.1.txt b/docs/RelNotes/2.3.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.3.1.txt
rename to docs/RelNotes/2.3.1.txt
diff --git a/Documentation/RelNotes/2.4.0.txt b/docs/RelNotes/2.4.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.4.0.txt
rename to docs/RelNotes/2.4.0.txt
diff --git a/Documentation/RelNotes/2.4.1.txt b/docs/RelNotes/2.4.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.4.1.txt
rename to docs/RelNotes/2.4.1.txt
diff --git a/Documentation/RelNotes/2.5.0.txt b/docs/RelNotes/2.5.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.5.0.txt
rename to docs/RelNotes/2.5.0.txt
diff --git a/Documentation/RelNotes/2.6.0.txt b/docs/RelNotes/2.6.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.6.0.txt
rename to docs/RelNotes/2.6.0.txt
diff --git a/Documentation/RelNotes/2.6.1.txt b/docs/RelNotes/2.6.1.txt
similarity index 100%
rename from Documentation/RelNotes/2.6.1.txt
rename to docs/RelNotes/2.6.1.txt
diff --git a/Documentation/RelNotes/2.6.2.txt b/docs/RelNotes/2.6.2.txt
similarity index 100%
rename from Documentation/RelNotes/2.6.2.txt
rename to docs/RelNotes/2.6.2.txt
diff --git a/Documentation/RelNotes/2.7.0.txt b/docs/RelNotes/2.7.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.7.0.txt
rename to docs/RelNotes/2.7.0.txt
diff --git a/Documentation/RelNotes/2.8.0.txt b/docs/RelNotes/2.8.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.8.0.txt
rename to docs/RelNotes/2.8.0.txt
diff --git a/Documentation/RelNotes/2.9.0.txt b/docs/RelNotes/2.9.0.txt
similarity index 100%
rename from Documentation/RelNotes/2.9.0.txt
rename to docs/RelNotes/2.9.0.txt
diff --git a/Documentation/RelNotes/2.90.0.org b/docs/RelNotes/2.90.0.org
similarity index 100%
rename from Documentation/RelNotes/2.90.0.org
rename to docs/RelNotes/2.90.0.org
diff --git a/Documentation/RelNotes/2.90.1.org b/docs/RelNotes/2.90.1.org
similarity index 100%
rename from Documentation/RelNotes/2.90.1.org
rename to docs/RelNotes/2.90.1.org
diff --git a/Documentation/RelNotes/3.0.0.org b/docs/RelNotes/3.0.0.org
similarity index 100%
rename from Documentation/RelNotes/3.0.0.org
rename to docs/RelNotes/3.0.0.org
diff --git a/Documentation/RelNotes/3.1.0.org b/docs/RelNotes/3.1.0.org
similarity index 100%
rename from Documentation/RelNotes/3.1.0.org
rename to docs/RelNotes/3.1.0.org
diff --git a/Documentation/RelNotes/3.2.0.org b/docs/RelNotes/3.2.0.org
similarity index 100%
rename from Documentation/RelNotes/3.2.0.org
rename to docs/RelNotes/3.2.0.org
diff --git a/Documentation/RelNotes/3.2.1.org b/docs/RelNotes/3.2.1.org
similarity index 100%
rename from Documentation/RelNotes/3.2.1.org
rename to docs/RelNotes/3.2.1.org
diff --git a/Documentation/RelNotes/3.3.0.org b/docs/RelNotes/3.3.0.org
similarity index 100%
rename from Documentation/RelNotes/3.3.0.org
rename to docs/RelNotes/3.3.0.org
diff --git a/Documentation/RelNotes/3.4.0.org b/docs/RelNotes/3.4.0.org
similarity index 100%
rename from Documentation/RelNotes/3.4.0.org
rename to docs/RelNotes/3.4.0.org
diff --git a/Documentation/htmlxref.cnf b/docs/htmlxref.cnf
similarity index 100%
rename from Documentation/htmlxref.cnf
rename to docs/htmlxref.cnf
diff --git a/Documentation/magit-section.org b/docs/magit-section.org
similarity index 100%
rename from Documentation/magit-section.org
rename to docs/magit-section.org
diff --git a/Documentation/magit-section.texi b/docs/magit-section.texi
similarity index 100%
rename from Documentation/magit-section.texi
rename to docs/magit-section.texi
diff --git a/Documentation/magit.org b/docs/magit.org
similarity index 100%
rename from Documentation/magit.org
rename to docs/magit.org
diff --git a/Documentation/magit.texi b/docs/magit.texi
similarity index 100%
rename from Documentation/magit.texi
rename to docs/magit.texi



reply via email to

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