]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Makefile, README: Fix make all
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 19 Jun 2022 22:32:49 +0000 (00:32 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 19 Jun 2022 22:32:51 +0000 (00:32 +0200)
commit2e16e0e9222642bbc20bf0b6bfb30fba0df45341
treeef2d0ebd722f39498f70f46d67c974869eb17516
parent26061fbd337fbcfb6255def88ef4f0573c090702
Makefile, README: Fix make all

`make all` should not install and even less uninstall.  That's
unintuitive, and might break stuff that we don't want to break.

Instead, make it build all useful things that we can build, which
right now is only the HTML pages, but in the future might include
PDF pages.

Reported-by: Ingo Schwarze <schwarze@usta.de>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Makefile
README