Skip to content

Commit

Permalink
Fix GNUmakefile.am not to install iwatch.1 twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoka committed Jan 16, 2015
1 parent facac8b commit c8ef20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2015-01-16 YASUOKA Masahiko
* iwatch.1 was installed twice (gnu make only) (pointed out
r-yoneda at iij)
2015-01-15 YASUOKA Masahiko
* Disable maintainer mode on configure by default. (suggested by
koga at iij)
Expand Down
1 change: 0 additions & 1 deletion GNUmakefile.am
Expand Up @@ -3,7 +3,6 @@ iwatch_SOURCES = iwatch.c
iwatch_SOURCES += compat/strlcat.c includes.h
iwatch_LDADD = @CURSES_LIB@
iwatch_CPPFLAGS = -D_XOPEN_SOURCE_EXTENDED
man_MANS = iwatch.1
dist_man_MANS = iwatch.1

EXTRA_DIST = iwatch_test.c
Expand Down

0 comments on commit c8ef20a

Please sign in to comment.