All of lore.kernel.org
 help / color / mirror / Atom feed
* build fixes for selinux-doc-1.18
@ 2005-04-04 12:06 Andreas Steinmetz
  2005-04-04 20:12 ` Stephen Smalley
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Steinmetz @ 2005-04-04 12:06 UTC (permalink / raw)
  To: selinux

[-- 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:

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-06 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-04 12:06 build fixes for selinux-doc-1.18 Andreas Steinmetz
2005-04-04 20:12 ` 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

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.