git » libfilo » commit 1ac5ba2

Add manpage support in the Makefile.

author Alberto Bertogli
2005-04-27 21:04:09 UTC
committer Alberto Bertogli
2005-04-27 21:04:09 UTC
parent 9114ea05588381d4db9d96f3356d46d1c019fb01

Add manpage support in the Makefile.

Makefile +2 -0

diff --git a/Makefile b/Makefile
index a3bb197..7588e2c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ install: all
 	install -m 0644 libfilo.a $(PREFIX)/lib
 	install -d $(PREFIX)/include
 	install -m 0644 libfilo.h $(PREFIX)/include
+	install -d $(PREFIX)/man/man3
+	install -m 0644 doc/libfilo.3 $(PREFIX)/man/man3/
 	@echo
 	@echo "Please run ldconfig to update your library cache"
 	@echo