Skip to content

Commit

Permalink
Change doc_DATA to html_DATA for HTML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 30, 2015
1 parent 5e8c90c commit 2da0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ dist_man7_MANS = $(MAN7:%.txt=%.7)

# Cause HTML docs to be generated.

doc_DATA = $(MAN1:%.txt=%.1.html) $(MAN3:%.txt=%.3.html) $(MAN7:%.txt=%.7.html)
html_DATA = $(MAN1:%.txt=%.1.html) $(MAN3:%.txt=%.3.html) $(MAN7:%.txt=%.7.html)

# Extra files to be cleaned.

Expand Down

0 comments on commit 2da0726

Please sign in to comment.