Skip to content
Snippets Groups Projects
Commit b36d91d6 authored by vlorentz's avatar vlorentz
Browse files

Populate every software origin's page with logo and basic links

parent 68214a8a
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 5 deletions
......@@ -3,4 +3,4 @@ _build/
devel/swh-*
!/swh-loader.rst
sources/
user/software-origins/table.inc
user/software-origins/dynamic/*.inc
......@@ -10,10 +10,13 @@ BUILDDIR = _build
all: html
software-origins/table.inc: ../software-origins-support.yml ../../swh/docs/generate_software_origins_list.py
python3 ../../swh/docs/generate_software_origins_list.py ../software-origins-support.yml software-origins/table.inc
software-origins/dynamic/table.inc: ../software-origins-support.yml ../../swh/docs/generate_software_origins_list.py ../../swh/docs/generate_software_origin_status.py
python3 -m swh.docs.generate_software_origins_list ../software-origins-support.yml software-origins/dynamic/table.inc
# technically the following should be in its own target, but it would be
# overly complicated.
python3 -m swh.docs.generate_software_origin_status ../software-origins-support.yml software-origins/dynamic/
dynamic-rst: software-origins/table.inc
dynamic-rst: software-origins/dynamic/table.inc
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
......@@ -23,6 +26,6 @@ sphinx/%: Makefile dynamic-rst
html: sphinx/html
clean: sphinx/clean
rm -f software-origins/table.inc
rm -f software-origins/dynamic/*.inc
.PHONY: html clean dynamic-rst
......@@ -5,3 +5,5 @@ Archlinux
.. todo::
This page is a work in progress.
.. include:: dynamic/arch_status.inc
......@@ -5,3 +5,5 @@ Archive loader
.. todo::
This page is a work in progress.
.. include:: dynamic/archive_status.inc
......@@ -5,3 +5,5 @@ AUR
.. todo::
This page is a work in progress.
.. include:: dynamic/aur_status.inc
......@@ -5,3 +5,5 @@ Bitbucket
.. todo::
This page is a work in progress.
.. include:: dynamic/bitbucket_status.inc
......@@ -5,3 +5,5 @@ Bower
.. todo::
This page is a work in progress.
.. include:: dynamic/bower_status.inc
......@@ -5,3 +5,5 @@ Bazaar
.. todo::
This page is a work in progress.
.. include:: dynamic/bzr_status.inc
......@@ -5,3 +5,5 @@ Cgit
.. todo::
This page is a work in progress.
.. include:: dynamic/cgit_status.inc
......@@ -5,3 +5,5 @@ Conda
.. todo::
This page is a work in progress.
.. include:: dynamic/conda_status.inc
......@@ -5,3 +5,5 @@ CPAN
.. todo::
This page is a work in progress.
.. include:: dynamic/cpan_status.inc
......@@ -5,3 +5,5 @@ CRAN
.. todo::
This page is a work in progress.
.. include:: dynamic/cran_status.inc
......@@ -5,3 +5,5 @@ Crates
.. todo::
This page is a work in progress.
.. include:: dynamic/crates_status.inc
......@@ -5,3 +5,5 @@ CVS
.. todo::
This page is a work in progress.
.. include:: dynamic/cvs_status.inc
......@@ -5,3 +5,5 @@ Debian
.. todo::
This page is a work in progress.
.. include:: dynamic/debian_status.inc
......@@ -5,3 +5,5 @@ Deposit
.. todo::
This page is a work in progress.
.. include:: dynamic/deposit_status.inc
......@@ -5,3 +5,5 @@ Git
.. todo::
This page is a work in progress.
.. include:: dynamic/git_status.inc
......@@ -5,3 +5,5 @@ Gitea
.. todo::
This page is a work in progress.
.. include:: dynamic/gitea_status.inc
......@@ -5,3 +5,5 @@ GitHub
.. todo::
This page is a work in progress.
.. include:: dynamic/github_status.inc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment