From ed939535e21733f05ffcc8d045f4585e22ed6a11 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Nov 2021 19:32:31 -0500 Subject: sim: install various doc files --- sim/ppc/local.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sim/ppc/local.mk (limited to 'sim/ppc') diff --git a/sim/ppc/local.mk b/sim/ppc/local.mk new file mode 100644 index 0000000..02def83 --- /dev/null +++ b/sim/ppc/local.mk @@ -0,0 +1,19 @@ +# See sim/Makefile.am +# +# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +%C%docdir = $(docdir)/%C% +%C%doc_DATA = %D%/BUGS %D%/INSTALL %D%/README %D%/RUN -- cgit v1.1