doc/manual/local.mk: Use tabs instead of spaces everywhere

This commit is contained in:
Alexander Bantyev 2023-03-01 14:01:23 +04:00
parent 2fc3a15861
commit 21fb1a5ec2
No known key found for this signature in database
GPG key ID: 48ABA304F3A30FE9

View file

@ -4,14 +4,14 @@ MANUAL_SRCS := \
$(call rwildcard, $(d)/src, *.md) \
$(call rwildcard, $(d)/src, */*.md)
# Generate man pages.
man-pages := $(foreach n, \
nix-env.1 nix-build.1 nix-shell.1 nix-store.1 nix-instantiate.1 \
nix-env.1 nix-store.1 \
nix-build.1 nix-shell.1 nix-instantiate.1 \
nix-collect-garbage.1 \
nix-prefetch-url.1 nix-channel.1 \
nix-hash.1 nix-copy-closure.1 \
nix.conf.5 nix-daemon.8, \
$(d)/$(n))
nix.conf.5 nix-daemon.8 \
, $(d)/$(n))
clean-files += $(d)/*.1 $(d)/*.5 $(d)/*.8