1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-19 07:52:17 +01:00

Added man pages requirement to install.

This commit is contained in:
Dain Nilsson 2012-12-20 15:20:54 +01:00
parent 3a75a5741c
commit 69aaab6193

View File

@ -52,7 +52,7 @@ phpprefix = /usr/share/ykksm
docprefix = /usr/share/doc/ykksm
wwwgroup = www-data
install:
install: $(MANS)
install -D --mode 640 .htaccess $(DESTDIR)$(phpprefix)/.htaccess
install -D --mode 640 ykksm-decrypt.php $(DESTDIR)$(phpprefix)/ykksm-decrypt.php
install -D --mode 640 ykksm-utils.php $(DESTDIR)$(phpprefix)/ykksm-utils.php
@ -86,7 +86,8 @@ $(PACKAGE)-$(VERSION).tgz: $(FILES) $(MANS)
dist: $(PACKAGE)-$(VERSION).tgz
distclean: clean clean-man
distclean: clean
rm -f *.1
clean:
rm -f *~
@ -102,9 +103,6 @@ NAME_ykksm-import = 'Tool to import key data on the YKKSM-KEYPROV format.'
man: $(MANS)
clean-man:
rm -f *.1
release: dist
@if test -z "$(KEYID)"; then \
echo "Try this instead:"; \