OSDN Git Service

coreutils: (Makefile) Copy generated pages to draft by default
authorAkihiro Motoki <amotoki@gmail.com>
Sat, 1 May 2021 02:18:16 +0000 (11:18 +0900)
committerAkihiro Motoki <amotoki@gmail.com>
Sat, 1 May 2021 02:23:58 +0000 (11:23 +0900)
commit1708dd45fe99e6b06c4ef30a5efde7e8d12a047c
tree359406f7a4e9facca5e3e5ed729f46f3af3eb7ad
parentede2b27d22cc59be30b4977e794937a53cdc3c85
coreutils: (Makefile) Copy generated pages to draft by default

Previously, when running 'make', manpages were generated in
help2man.ja directory but these files are not tracked by git.
It would be nice if we can see all changes you make by git.
This commit changes to call 'make instal' by default.

'setup' target is also added as a synonym for 'source' target.
LDP man-pages directory uses 'make setup' for preparation.
It is nice if we can use consistent target names as it is easy
to understand.

.PHONY targets are also declared now.
manual/GNU_coreutils/Makefile