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 similarity index 100% rename from src/static-man/xcb-examples.3 rename to src/man/xcb-examples.3 diff --git a/src/static-man/xcb-requests.3 b/src/man/xcb-requests.3 similarity index 100% rename from src/static-man/xcb-requests.3 rename to src/man/xcb-requests.3