]> git.codecow.com Git - Monocypher.git/commitdiff
Don't add the .css file when installing the documentation
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 27 Sep 2017 18:07:49 +0000 (20:07 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 27 Sep 2017 18:10:17 +0000 (20:10 +0200)
Fixes #45

Another option would be to move the .css file elsewhere, but this fix
is more resilient.

makefile

index 4d63e69a95ad2b286881a3473d1b3c1b4b200b38..c325e54d30c489db1c6ce6f1b41ae226124fb344 100644 (file)
--- a/makefile
+++ b/makefile
@@ -33,7 +33,7 @@ install: library src/monocypher.h install-doc
 
 install-doc:
        mkdir -p $(MAN_DIR)
-       cp -r doc/man/man3/* $(MAN_DIR)
+       cp -r doc/man/man3/*.3monocypher $(MAN_DIR)
 
 library: static-library dynamic-library
 static-library : lib/libmonocypher.a