Optimized Documentation about Sphinx and created Makefile in root

This commit is contained in:
2025-03-17 12:05:39 +01:00
parent 2667f3c259
commit c157e93011
4 changed files with 41 additions and 2 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
.PHONY: install deinstall refresh
install:
$(MAKE) -C sphinx html
$(MAKE) -C sphinx install
deinstall:
$(MAKE) -C sphinx clean
refresh:
$(MAKE) -C sphinx clean
$(MAKE) -C sphinx html