Favicon and robots file in html root
This commit is contained in:
parent
085c274c41
commit
b09d52dae3
3 changed files with 9 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -33,6 +33,8 @@ htmlall:
|
|||
$(SPHINXBUILD) -d "$(BUILDDIR)/doctrees" --color -b html -D language="$$lang" -D html_baseurl="https://$(BASEURL)/$$lang/" -D blog_baseurl="https://$(BASEURL)/$$lang/" $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html/$$lang"; \
|
||||
rsync -av --delete "$(BUILDDIR)/html/$$lang/" "$(DISTDIR)/html/$$lang"; \
|
||||
done
|
||||
cp $(DISTDIR)/html/$(SOURCELANG)/favicon.ico $(DISTDIR)/html/
|
||||
cp $(DISTDIR)/html/$(SOURCELANG)/robots.txt $(DISTDIR)/html/
|
||||
|
||||
geminiall:
|
||||
mkdir -p "$(BUILDDIR)/gemini"; \
|
||||
|
|
Binary file not shown.
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Nerv Project main\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-18 19:06+0200\n"
|
||||
"POT-Creation-Date: 2023-08-19 00:39+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
|
@ -1696,7 +1696,9 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: ../../source/collectif/historique.rst:-1
|
||||
msgid "Branch main Commit 75ce7b6954c66158440b"
|
||||
msgid ""
|
||||
"Branch main Commit 085c274c41bf792cf88dThere were uncommitted changes "
|
||||
"when this was compiled."
|
||||
msgstr ""
|
||||
|
||||
#: ../../source/collectif/historique.rst
|
||||
|
@ -6008,3 +6010,6 @@ msgstr ""
|
|||
#~ " this was compiled."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Branch main Commit 75ce7b6954c66158440b"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue