diff options
author | Julien Danjou <julien@danjou.info> | 2012-03-27 12:10:59 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2012-03-27 12:10:59 +0200 |
commit | 71a295082e07ff20d4c4cc97feed03b94cceb251 (patch) | |
tree | 99692b7ac2b6ebf4188585e0c7cc16a6905b6706 | |
parent | df217bf7c930d4433c991d86f857ecf63cc2d25a (diff) |
Move static man to man
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/man/xcb-examples.3 (renamed from src/static-man/xcb-examples.3) | 0 | ||||
-rw-r--r-- | src/man/xcb-requests.3 (renamed from src/static-man/xcb-requests.3) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0daaf6a..fed6914 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -225,7 +225,7 @@ endif nodist_xcbinclude_HEADERS = $(EXTHEADERS) noinst_HEADERS = xcbint.h -STATIC_MANS = static-man/xcb-examples.3 static-man/xcb-requests.3 +STATIC_MANS = man/xcb-examples.3 man/xcb-requests.3 BUILT_MANS = man/xcb_*.3 man_MANS = = $(STATIC_MANS) $(BUILT_MANS) diff --git a/src/static-man/xcb-examples.3 b/src/man/xcb-examples.3 index 291af37..291af37 100644 --- a/src/static-man/xcb-examples.3 +++ b/src/man/xcb-examples.3 diff --git a/src/static-man/xcb-requests.3 b/src/man/xcb-requests.3 index 278bcff..278bcff 100644 --- a/src/static-man/xcb-requests.3 +++ b/src/man/xcb-requests.3 |