aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance
diff options
context:
space:
mode:
authorTacsipacsi <tacsipacsi@jnet.hu>2024-09-29 11:03:56 +0200
committerTacsipacsi <tacsipacsi@jnet.hu>2024-09-29 11:06:48 +0200
commit16f60562fe528e8ee350c83d647fb4574504ca5a (patch)
treeded48b2d67575847f53765ace8370cbf44bddf55 /maintenance
parent0b58fa96021b833e172fd44016751819c09e9588 (diff)
downloadmediawikicore-16f60562fe528e8ee350c83d647fb4574504ca5a.tar.gz
mediawikicore-16f60562fe528e8ee350c83d647fb4574504ca5a.zip
Remove manpage generation from Makefile
Manpage generation has been removed half a decade ago in 853838a322610efa01db0917b76e0aeac65e68ba. Bug: T232104 Change-Id: I6f6930663a66c6e86a7007d76d8af68a5dcd2421
Diffstat (limited to 'maintenance')
-rw-r--r--maintenance/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/maintenance/Makefile b/maintenance/Makefile
index c80c7bb24a49..228e2e7a54fd 100644
--- a/maintenance/Makefile
+++ b/maintenance/Makefile
@@ -1,7 +1,6 @@
help:
@echo "Run 'make test' to run the parser tests."
@echo "Run 'make doc' to run the doxygen generation."
- @echo "Run 'make man' to run the doxygen generation with man pages."
test:
php tests/parser/parserTests.php --quiet
@@ -11,9 +10,3 @@ doc:
npm run doc
@echo 'PHP documentation (by Doxygen) in ./docs/html/'
@echo 'JS documentation (by JSDoc) in ./docs/js/'
-
-man:
- php mwdocgen.php --all --generate-man
- @echo 'Doc generation done. Look at ./docs/html/ and ./docs/man'
- @echo 'You might want to update your MANPATH currently:'
- @echo 'MANPATH: $(MANPATH)'