Hello folks,
I've been maintaining a mirror of the
fedora-docs/{common,css,stylesheet-images,xsl} for internal Red Hat
pubs. I've found that it can be somewhat annoying to maintain pretty
much the same Makefile across all the documents. I therefore created
"common/Makefile.common" which does all the hard work. All that is
required at this point is that a document include the common makefile
and establish 2 mandatory variables:
===================================
NAME := install-guide
LANG := en
include ../common/Makefile.common
===================================
There are optional arguments for those wishing to override or add
xsltproc parameters. Those optional variables are: XSLTPROC_HTMLARGS,
XSLTPROC_NOCHUNKARGS, XSLTPROC_PDFARGS, XSLTPROC_ARGS.
I have attached Makefile.common to this email for review as well. I
have not yet filed a bugzilla for this, because I first wanted to
solicit fedora-docs-list feedback.
Thoughts/concerns/feedback?
Thanks,
James Laska
--
==========================================
James Laska -- jlaska(a)redhat.com
Quality Engineering -- Red Hat, Inc.
==========================================