Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 261601 Details for
Bug 387341
Anaconda docs are a little ugly as wikitext
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to docs/Makefile to create brighter, shinier docs
anaconda-docs-render.patch (text/plain), 904 bytes, created by
Paul W. Frields
on 2007-11-16 18:15:20 UTC
(
hide
)
Description:
Patch to docs/Makefile to create brighter, shinier docs
Filename:
MIME Type:
Creator:
Paul W. Frields
Created:
2007-11-16 18:15:20 UTC
Size:
904 bytes
patch
obsolete
>diff --git a/docs/Makefile b/docs/Makefile >index 7431a1b..df42230 100644 >--- a/docs/Makefile >+++ b/docs/Makefile >@@ -1,10 +1,12 @@ > all: command-line.txt kickstart-docs.txt > >-command-line.txt: >- curl -A "anaconda-build" -o command-line.txt "http://fedoraproject.org/wiki/Anaconda/Options?action=raw" >+command-line.txt: toc-kill.xsl >+ curl -A "anaconda-build" -o command-line.xml "http://fedoraproject.org/wiki/Anaconda/Options?action=format&mimetype=xml/docbook" >+ xmlto --skip-validation -m toc-kill.xsl txt command-line.xml > > kickstart-docs.txt: >- curl -A "anaconda-build" -o kickstart-docs.txt "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=raw" >+ curl -A "anaconda-build" -o kickstart-docs.xml "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=format&mimetype=xml/docbook" >+ xmlto --skip-validation txt kickstart-docs.xml > > clean: > rm -rf kickstart-docs.txt command-line.txt api
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 387341
: 261601 |
261611