From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/webapp-config:master commit in: doc/
Date: Thu, 28 Jun 2012 22:33:00 +0000 (UTC) [thread overview]
Message-ID: <1340922771.67d43e6ee0e6d411ceb937314985403497acc7ea.blueness@gentoo> (raw)
commit: 67d43e6ee0e6d411ceb937314985403497acc7ea
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 22:32:51 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 22:32:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=67d43e6e
doc/Makefile: fix parallel build, thanks Arfrever
---
doc/Makefile | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 4dc8e44..f38cdb2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,8 +17,6 @@
MAN_PAGES = webapp-config.8 webapp-config.5 webapp-eclass.5
HTML_PAGES = webapp-config.8.html webapp-config.5.html webapp-eclass.5.html
-TMPFILE=./webapp-config.man
-
all: man html
html: $(HTML_PAGES)
@@ -31,13 +29,10 @@ clean:
%.html: %.xml
@echo HTML $@
- @xmlto html-nochunks $<
+ @xmlto html-nochunks $< 2>/dev/null
%: %.xml
@echo MAN $@
- @xmlto man $<
-#
-# fix up the blank lines that docbook leaves behind
-#
- @cat $@ | sed -e 's/$$/.fred/g;' | tr -d '\n' | sed -e 's/.fred.fred\./.fred./g;' | sed -e 's/.fred/\n/g;' > $(TMPFILE)
- @mv $(TMPFILE) $@
+ @xmlto man $< 2>/dev/null
+ @cat $@ | sed -e 's/$$/.fred/g;' | tr -d '\n' | sed -e 's/.fred.fred\./.fred./g;' | sed -e 's/.fred/\n/g;' > $@.temp
+ @mv $@.temp $@
next reply other threads:[~2012-06-28 22:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 22:33 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-03 4:55 [gentoo-commits] proj/webapp-config:1.54 commit in: doc/ Devan Franchini
2015-07-03 4:50 ` [gentoo-commits] proj/webapp-config:master " Devan Franchini
2015-07-03 4:10 Devan Franchini
2014-01-25 3:14 Devan Franchini
2013-03-29 23:17 Anthony G. Basile
2012-06-28 0:43 Anthony G. Basile
2012-06-28 0:37 Anthony G. Basile
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=1340922771.67d43e6ee0e6d411ceb937314985403497acc7ea.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox