2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +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:
Steve Beattie
2007-03-26 17:07:51 +00:00
parent 7d43226fbd
commit 9c95d02ac8

View File

@@ -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