Skip to content

Commit

Permalink
Makefile: Fix regression where version bumps would not force a rebuil…
Browse files Browse the repository at this point in the history
…d of the man page

Introduced in commit 4e4eaef
  • Loading branch information
hartwork committed Oct 4, 2013
1 parent 01ba216 commit 750fe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ upload: $(GENERATED_FILES)
install: $(GENERATED_FILES)
$(SETUP_PY) install --root '$(DESTDIR)'

man/ansi2html.1: man/ansi2html.1.txt man/asciidoc.conf Makefile
man/ansi2html.1: man/ansi2html.1.txt man/asciidoc.conf Makefile setup.py
$(A2X) \
--conf-file=man/asciidoc.conf \
--attribute="manual_package=$(_MANUAL_PACKAGE)" \
Expand Down

0 comments on commit 750fe09

Please sign in to comment.