summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 03:07:57 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 03:07:57 +0000
commit07c1b8dcfae9b85918d957357a61ff5ebe3d21de (patch)
tree0d9332196f60809541b2e22b18f6937b5e844935
parent5f4f9ea6a1541dc36e767bbc7755ed226b6798e3 (diff)
downloadxorg-lib-libXp-07c1b8dcfae9b85918d957357a61ff5ebe3d21de.tar.gz
Fix filenames in Makefile.am
-rw-r--r--man/Makefile.am68
1 files changed, 34 insertions, 34 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 48371f2..0c11560 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,40 +28,40 @@
libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
libman_SOURCES = \
- libXp.3 \
- XpCancelDoc.3 \
- XpCancelJob.3 \
- XpCancelPage.3 \
- XpCreateContext.3 \
- XpDestroyContext.3 \
- XpEndDoc.3 \
- XpEndJob.3 \
- XpEndPage.3 \
- XpFreePrinterList.3 \
- XpGetAttributes.3 \
- XpGetContext.3 \
- XpGetDocumentData.3 \
- XpGetImageResolution.3 \
- XpGetLocaleHinter.3 \
- XpGetOneAttribute.3 \
- XpGetPageDimensions.3 \
- XpGetPdmStartParams.3 \
- XpGetPrinterList.3 \
- XpGetScreenOfContext.3 \
- XpInputSelected.3 \
- XpPutDocumentData.3 \
- XpQueryExtension.3 \
- XpQueryScreens.3 \
- XpQueryVersion.3 \
- XpRehashPrinterList.3 \
- XpSelectInput.3 \
- XpSetAttributes.3 \
- XpSetContext.3 \
- XpSetImageResolution.3 \
- XpSetLocaleHinter.3 \
- XpStartDoc.3 \
- XpStartJob.3 \
- XpStartPage.3
+ libXp.man \
+ XpCancelDoc.man \
+ XpCancelJob.man \
+ XpCancelPage.man \
+ XpCreateContext.man \
+ XpDestroyContext.man \
+ XpEndDoc.man \
+ XpEndJob.man \
+ XpEndPage.man \
+ XpFreePrinterList.man \
+ XpGetAttributes.man \
+ XpGetContext.man \
+ XpGetDocumentData.man \
+ XpGetImageResolution.man \
+ XpGetLocaleHinter.man \
+ XpGetOneAttribute.man \
+ XpGetPageDimensions.man \
+ XpGetPdmStartParams.man \
+ XpGetPrinterList.man \
+ XpGetScreenOfContext.man \
+ XpInputSelected.man \
+ XpPutDocumentData.man \
+ XpQueryExtension.man \
+ XpQueryScreens.man \
+ XpQueryVersion.man \
+ XpRehashPrinterList.man \
+ XpSelectInput.man \
+ XpSetAttributes.man \
+ XpSetContext.man \
+ XpSetImageResolution.man \
+ XpSetLocaleHinter.man \
+ XpStartDoc.man \
+ XpStartJob.man \
+ XpStartPage.man
EXTRA_DIST = $(libman_SOURCES)