mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-04 08:15:21 +00:00
Patch from Magnus Runesson <m.runesson@gmail.com> / Ubuntu. We exclude
the papers directory from the generated tarballs, so attempting to install them in 'make install' won't work so well.
This commit is contained in:
@@ -112,9 +112,8 @@ install_manpages: $(MANPAGES)
|
|||||||
|
|
||||||
.PHONY: install_documents
|
.PHONY: install_documents
|
||||||
install_documents: ${HTMLMANPAGES}
|
install_documents: ${HTMLMANPAGES}
|
||||||
mkdir -m 755 -p ${DESTDIR}/${DOCDIR} ${DESTDIR}/${DOCDIR}/papers
|
mkdir -m 755 -p ${DESTDIR}/${DOCDIR}
|
||||||
install -m 644 $(DOCUMENTS) ${HTMLMANPAGES} ${DESTDIR}/${DOCDIR}
|
install -m 644 $(DOCUMENTS) ${HTMLMANPAGES} ${DESTDIR}/${DOCDIR}
|
||||||
install -m 644 -D ${PAPERS} ${DESTDIR}/${DOCDIR}/papers
|
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: install_manpages install_documents
|
install: install_manpages install_documents
|
||||||
|
Reference in New Issue
Block a user