]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Makefile: srcfix
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 10 Jul 2022 16:44:28 +0000 (18:44 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 10 Jul 2022 17:21:07 +0000 (19:21 +0200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Makefile

index fc2b422792714c26c7655cb6e80849d693bc8bb6..6c68865cc948c6e185e79f9b7200e95fc5964a4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,21 +50,17 @@ MAN8DIR := $(MANDIR)/man8
 MANEXT  := \.[0-9]\w*
 
 
-.PHONY: all
-all: build
-
-
-########################################################################
-# man
-
 MANPAGES := $(sort $(shell find $(MANDIR)/man?/ -type f | grep '$(MANEXT)'))
 MANDIRS  := $(sort $(shell find $(MANDIR)/man? -type d))
 
 
+.PHONY: all
+all: build
+
+
 .SECONDEXPANSION:
 
 
-########################################################################
 include $(srcdir)/lib/build.mk
 include $(srcdir)/lib/build-html.mk
 include $(srcdir)/lib/build-src.mk