diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-23 03:02:58 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-23 03:02:58 +0000 |
commit | 4c76716e9eef58c7de7dab27bdeca33a2980b726 (patch) | |
tree | ac01e1dd09aa5056d480e4c8b4a0d5c4929573ac | |
parent | b5a90f98073bfa5d5615f5aa0ae73af07f625bbb (diff) |
Move manpages to section 1.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 69bcf63..d202173 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xinit_LDADD = $(XINIT_LIBS) xinit_SOURCES = \ xinit.c -dist_man_MANS = \ +dist_man1_MANS = \ startx.man \ xinit.man |