From 1529bac1c8e013e64aea6152ee2375f4de419827 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 13 Oct 2024 23:30:45 +0200 Subject: fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ccd5c25..94a55d7 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ MAN3 =\ libparsepcf_get_glyph_names.3\ libparsepcf_get_glyph_name_subtable.3\ struct_libparsepcf_bitmaps.3\ - int libparsepcf_get_bitmaps.3\ - int libparsepcf_get_bitmap_offsets.3\ + libparsepcf_get_bitmaps.3\ + libparsepcf_get_bitmap_offsets.3\ struct_libparsepcf_encoding.3\ LIBPARSEPCF_NOT_ENCODED.3\ libparsepcf_get_encoding.3\ @@ -126,7 +126,9 @@ install: libparsepcf.a libparsepcf.$(LIBEXT) ln -sf -- libparsepcf.$(LIBMINOREXT) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBMAJOREXT)" ln -sf -- libparsepcf.$(LIBMAJOREXT) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBEXT)" cp -- libparsepcf.h "$(DESTDIR)$(PREFIX)/include/" + cp -P -- $(MAN0) "$(DESTDIR)$(MANPREFIX)/man0/" cp -P -- $(MAN3) "$(DESTDIR)$(MANPREFIX)/man3/" + cp -P -- $(MAN7) "$(DESTDIR)$(MANPREFIX)/man7/" uninstall: -rm -f -- "$(DESTDIR)$(PREFIX)/lib/libparsepcf.a" -- cgit v1.2.3-70-g09d2