Changeset 5319:c64cb80a90a6 for doc
- Timestamp:
- 2007-11-29 06:24:38 (12 months ago)
- Branch:
- HEAD
- Location:
- doc
- Files:
-
- 1 added
- 1 modified
-
Makefile.am (modified) (2 diffs)
-
db-cleanup.xsl (added)
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r5290 r5319 28 28 Muttrc Muttrc.head stamp-doc-rc \ 29 29 makedoc.c makedoc-defs.h \ 30 db-cleanup.xsl \ 30 31 html.xsl chunk.xsl $(BUILT_DISTFILES) 31 32 … … 99 100 100 101 check: 101 manual.txt: manual.html 102 -lynx -dump -nolist -with_backspaces $^ > $@ || \ 103 w3m -dump $^ > $@ || \ 104 elinks -dump -no-numbering -no-references $^ > $@ 102 manual.txt: manual.html db-cleanup.xsl 103 -xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html 104 -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \ 105 w3m -dump manual-txt.html > $@ || \ 106 elinks -dump -no-numbering -no-references manual-txt.html > $@ 105 107 106 108 Muttrc: stamp-doc-rc
