mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Check for w3m.
This commit is contained in:
parent
7f384d9c1b
commit
d1d0271996
3 changed files with 10 additions and 3 deletions
|
@ -51,7 +51,8 @@ NEWS.txt: release-notes.xml
|
|||
$(XSLTPROC) --nonet --xinclude quote-literals.xsl release-notes.xml | \
|
||||
$(XSLTPROC) --nonet --output $@.tmp.html $(NEWS_OPTS) \
|
||||
$(docbookxsl)/html/docbook.xsl -
|
||||
w3m -dump $@.tmp.html > $@
|
||||
$(w3m) -dump $@.tmp.html > $@
|
||||
rm $@.tmp.html
|
||||
|
||||
|
||||
all-local: manual.html NEWS.html NEWS.txt
|
||||
|
@ -71,7 +72,7 @@ images:
|
|||
cp $(docbookxsl)/images/callouts/*.png images/callouts
|
||||
chmod +w -R images
|
||||
|
||||
KEEP = manual.html manual.is-valid version.txt $(MANS)
|
||||
KEEP = manual.html manual.is-valid version.txt $(MANS) NEWS.html NEWS.txt
|
||||
|
||||
EXTRA_DIST = $(MANUAL_SRCS) $(FIGURES) $(KEEP)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue