Skip to content

Instantly share code, notes, and snippets.

@bagder
Created August 9, 2017 10:20
Show Gist options
  • Save bagder/d4c80575c0887b4089a10e84f95b3c5c to your computer and use it in GitHub Desktop.
Save bagder/d4c80575c0887b4089a10e84f95b3c5c to your computer and use it in GitHub Desktop.
Verify make install installs the libcurl docs
#!/bin/sh
./maketgz 7.55.0-test
tar xf curl-7.55.0-test.tar.gz
cd curl-7.55.0-test
./configure --prefix=/tmp/curl-remove
make -sj
make install
ls /tmp/curl-remove/share/man/man3/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment