summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-07 01:50:37 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-07 01:50:37 +0000
commit8355015b4298424f04d12086e5c9238a3bda6b95 (patch)
tree2ec637f64cca453178d712b5d27e28e551a8c914
parentsys-libs/libuser: don't build docs (diff)
downloadanaconda-overlay-8355015b4298424f04d12086e5c9238a3bda6b95.tar.gz
anaconda-overlay-8355015b4298424f04d12086e5c9238a3bda6b95.tar.bz2
anaconda-overlay-8355015b4298424f04d12086e5c9238a3bda6b95.zip
the libuser patch
-rw-r--r--sys-libs/libuser/files/nodocs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-libs/libuser/files/nodocs.patch b/sys-libs/libuser/files/nodocs.patch
new file mode 100644
index 0000000..f896778
--- /dev/null
+++ b/sys-libs/libuser/files/nodocs.patch
@@ -0,0 +1,20 @@
+--- a/docs/Makefile.am 2011-01-14 14:30:27.000000000 +0000
++++ b/docs/Makefile.am 2011-07-07 01:37:45.000000000 +0000
+@@ -6,16 +6,10 @@
+ sgml/libuser-2.html sgml/libuser.txt
+ EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml
+
+-all: sgml/libuser.txt sgml/libuser.html
++all:
+
+ libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile
+ sed 's,@sysconfdir\@,$(sysconfdir),g' \
+ < $(srcdir)/libuser.conf.5.in > $@
+
+-sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml
+- [ -d sgml ] || mkdir sgml
+- cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml
+
+-sgml/libuser.html: $(srcdir)/sgml/libuser.sgml
+- [ -d sgml ] || mkdir sgml
+- cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml