From 6a381a55fea2955c635fdd633e4527f2385b5d31 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 5 Dec 2023 18:41:26 -0500 Subject: [PATCH] Update macOS build docos. --- doc/pdfio.3 | 6 ------ doc/pdfio.html | 3 --- doc/pdfio.md | 4 ---- 3 files changed, 13 deletions(-) diff --git a/doc/pdfio.3 b/doc/pdfio.3 index 154533c..f69e2bd 100644 --- a/doc/pdfio.3 +++ b/doc/pdfio.3 @@ -107,12 +107,6 @@ There is also an Xcode project ("pdfio.xcodeproj") you can use on macOS which ge sudo xcodebuild install .fi -.PP -You can reproduce this with the makefile using: -.nf - - sudo make macos install -.fi .SS Detecting PDFio .PP PDFio can be detected using the pkg\-config command, for example: diff --git a/doc/pdfio.html b/doc/pdfio.html index 530b343..2e2017a 100644 --- a/doc/pdfio.html +++ b/doc/pdfio.html @@ -543,9 +543,6 @@ sudo make install

There is also an Xcode project ("pdfio.xcodeproj") you can use on macOS which generates a static library that will be installed under "/usr/local" with:

sudo xcodebuild install
 
-

You can reproduce this with the makefile using:

-
sudo make macos install
-

Detecting PDFio

PDFio can be detected using the pkg-config command, for example:

if pkg-config --exists pdfio; then
diff --git a/doc/pdfio.md b/doc/pdfio.md
index 0a13fae..2e543f7 100644
--- a/doc/pdfio.md
+++ b/doc/pdfio.md
@@ -81,10 +81,6 @@ generates a static library that will be installed under "/usr/local" with:
 
     sudo xcodebuild install
 
-You can reproduce this with the makefile using:
-
-    sudo make macos install
-
 
 Detecting PDFio
 ---------------