diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-10 05:55:19 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-10 05:55:19 +0000 |
commit | 36005e53a518c6e028d76ff82ac7ff54e1eac9b0 (patch) | |
tree | 5b6f85fd215ab95dd51d31a18441e09fe5e4743c /Makefile.am | |
parent | add a man page (diff) | |
download | xcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.gz xcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.bz2 xcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.xz |
More effects, bug fixes, doc updates.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96c4dfd..aee1748 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = xcompmgr -man_MANS = xcompmgr.man +man_MANS = xcompmgr.1 xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm |