Skip to content

Commit

Permalink
Merge pull request #3133 from hirooih/build-sys-add-update-docs-to-ma…
Browse files Browse the repository at this point in the history
…ke-all

build-sys: man: add update-docs to default target

Close #3131
  • Loading branch information
masatake authored Aug 21, 2021
2 parents 35fb7c2 + 5153cec commit 56b6e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ MAINTAINERCLEANFILES = $(man_in_files)

.PHONY: man man-in html pdf update-docs clean-docs

all-am: update-docs

man: $(man_pages)
man-in: $(man_in_files)
html: $(html_pages)
Expand Down Expand Up @@ -148,5 +150,6 @@ $(DOCS_DIR)/%.rst: %.rst
$(sed_verbose)sed $(reppat) -e '1,10s/^-*$$//' < $< > $@

# remove generated files to be commited (used for `make checkgen`)
clean-local: clean-docs
clean-docs:
$(rm_verbose)rm -f $(man_in_files) $(doc_files)

0 comments on commit 56b6e89

Please sign in to comment.