From: Andreas Steinmetz <ast@domdv.de>
To: selinux@tycho.nsa.gov
Subject: build fixes for selinux-doc-1.18
Date: Mon, 04 Apr 2005 14:06:29 +0200 [thread overview]
Message-ID: <42512DC5.8060102@domdv.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
1. added simple top level Makefile
2. replaced db2html with docbook2html as db2html is not part of
docbook-utils but seems to be created by some distro only
--
Andreas Steinmetz SPAMmers use robotrap@domdv.de
[-- Attachment #2: selinux-doc-1.18.diff --]
[-- Type: text/plain, Size: 1459 bytes --]
diff -rNu selinux-doc-1.18.orig/Makefile selinux-doc-1.18/Makefile
--- selinux-doc-1.18.orig/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ selinux-doc-1.18/Makefile 2005-04-04 00:12:35.000000000 +0200
@@ -0,0 +1,4 @@
+subdirs=module uavc policy
+
+all:
+ for i in $(subdirs) ; do make -C $$i || exit 1 ; done
diff -rNu selinux-doc-1.18.orig/module/Makefile selinux-doc-1.18/module/Makefile
--- selinux-doc-1.18.orig/module/Makefile 2004-02-26 21:36:44.000000000 +0100
+++ selinux-doc-1.18/module/Makefile 2005-04-04 00:05:49.000000000 +0200
@@ -20,7 +20,7 @@
$(HTML): $(ALL)
-$(RM) -r $@
- db2html $(TOP)
+ docbook2html $(TOP)
if [ ! -z "$(JPG-$@)" ]; then cp $(JPG-$@) $@; fi
clean:
diff -rNu selinux-doc-1.18.orig/policy/Makefile selinux-doc-1.18/policy/Makefile
--- selinux-doc-1.18.orig/policy/Makefile 2004-02-26 21:36:47.000000000 +0100
+++ selinux-doc-1.18/policy/Makefile 2005-04-04 00:05:58.000000000 +0200
@@ -20,7 +20,7 @@
$(HTML): $(ALL)
-$(RM) -r $@
- db2html $(TOP)
+ docbook2html $(TOP)
if [ ! -z "$(JPG-$@)" ]; then cp $(JPG-$@) $@; fi
clean:
diff -rNu selinux-doc-1.18.orig/uavc/Makefile selinux-doc-1.18/uavc/Makefile
--- selinux-doc-1.18.orig/uavc/Makefile 2004-05-29 01:57:26.000000000 +0200
+++ selinux-doc-1.18/uavc/Makefile 2005-04-04 00:06:06.000000000 +0200
@@ -20,7 +20,7 @@
$(HTML): $(ALL)
-$(RM) -r $@
- db2html $(TOP)
+ docbook2html $(TOP)
if [ ! -z "$(JPG-$@)" ]; then cp $(JPG-$@) $@; fi
clean:
next reply other threads:[~2005-04-04 12:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 12:06 Andreas Steinmetz [this message]
2005-04-04 20:12 ` build fixes for selinux-doc-1.18 Stephen Smalley
2005-04-05 18:06 ` Andreas Steinmetz
2005-04-05 18:05 ` Stephen Smalley
2005-04-05 18:24 ` Andreas Steinmetz
2005-04-06 13:47 ` Stephen Smalley
2005-04-06 13:55 ` Stephen Smalley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42512DC5.8060102@domdv.de \
--to=ast@domdv.de \
--cc=selinux@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.