diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-27 01:54:17 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-27 01:54:17 +0000 |
commit | a727d14743a3d18723d31ee42f9e54c1a4e98599 (patch) | |
tree | 09e49edcf89fec61f78bb5dff0211ff4bd6cb152 | |
parent | 5273d6fadca1eb3aca9d406a81b80aba9c32bb6a (diff) |
Move manpages to section 1 instead of section m.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2e32408..309b3ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,5 @@ setxkbmap_LDADD = $(SETXKBMAP_LIBS) setxkbmap_SOURCES = \ setxkbmap.c -dist_man_MANS = \ +dist_man1_MANS = \ setxkbmap.man - |