mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-01-19 16:52:16 +01:00
Added man pages requirement to install.
This commit is contained in:
parent
3a75a5741c
commit
69aaab6193
8
Makefile
8
Makefile
@ -52,7 +52,7 @@ phpprefix = /usr/share/ykksm
|
|||||||
docprefix = /usr/share/doc/ykksm
|
docprefix = /usr/share/doc/ykksm
|
||||||
wwwgroup = www-data
|
wwwgroup = www-data
|
||||||
|
|
||||||
install:
|
install: $(MANS)
|
||||||
install -D --mode 640 .htaccess $(DESTDIR)$(phpprefix)/.htaccess
|
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-decrypt.php $(DESTDIR)$(phpprefix)/ykksm-decrypt.php
|
||||||
install -D --mode 640 ykksm-utils.php $(DESTDIR)$(phpprefix)/ykksm-utils.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
|
dist: $(PACKAGE)-$(VERSION).tgz
|
||||||
|
|
||||||
distclean: clean clean-man
|
distclean: clean
|
||||||
|
rm -f *.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~
|
rm -f *~
|
||||||
@ -102,9 +103,6 @@ NAME_ykksm-import = 'Tool to import key data on the YKKSM-KEYPROV format.'
|
|||||||
|
|
||||||
man: $(MANS)
|
man: $(MANS)
|
||||||
|
|
||||||
clean-man:
|
|
||||||
rm -f *.1
|
|
||||||
|
|
||||||
release: dist
|
release: dist
|
||||||
@if test -z "$(KEYID)"; then \
|
@if test -z "$(KEYID)"; then \
|
||||||
echo "Try this instead:"; \
|
echo "Try this instead:"; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user