mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +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
|
||||
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 -D ${PAPERS} ${DESTDIR}/${DOCDIR}/papers
|
||||
|
||||
.PHONY: install
|
||||
install: install_manpages install_documents
|
||||
|
Reference in New Issue
Block a user