Skip to content

Commit

Permalink
Fix make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 16, 2014
1 parent 587943a commit 377fb2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DIST_SUBDIRS = scripts lib libopts src docs test
.PHONY: manpages docs test man2html


dist-hook: version manpages update
dist-hook: version manpages

DOCS_DIR = $(top_builddir)/docs

Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ uninstall-am:

.PHONY: manpages docs test man2html

dist-hook: version manpages update
dist-hook: version manpages

manpages:
cd src && make manpages
Expand Down

0 comments on commit 377fb2e

Please sign in to comment.