diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c2b9189..0259963 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ install: install-bin install-doc install-abs install-bin: -install -d $(INSTALL_DOC) - -install -m 644 $(LIBRARY_NAME).$(EXT) $(INSTALL_DOC) + -install -m 644 *.$(EXT) $(INSTALL_DOC) install-doc: -install -d $(INSTALL_DOC) |