mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
build-sys: add 'man' target
Useful when working just on the documentation.
This commit is contained in:
parent
3a0e7bf541
commit
330fe879ba
@ -511,6 +511,9 @@ MANPAGES_ALIAS =
|
||||
|
||||
include Makefile-man.am
|
||||
|
||||
.PHONY: man
|
||||
man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
|
||||
|
||||
XML_FILES = \
|
||||
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
|
||||
HTML_FILES = \
|
||||
|
Loading…
Reference in New Issue
Block a user