diff options
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0e9f4a4..5cbf543 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2022, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -23,7 +23,15 @@ libmandir = $(LIB_MAN_DIR) -libman_PRE = Xpresent.man +libman_PRE = Xpresent.man \ + XPresentFreeInput.man \ + XPresentNotifyMSC.man \ + XPresentPixmap.man \ + XPresentQueryCapabilities.man \ + XPresentQueryExtension.man \ + XPresentQueryVersion.man \ + XPresentSelectInput.man \ + XPresentVersion.man libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) |