summaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Do not break the make during an HTML build if the document directory isTommy Reynolds2005-10-301-1/+1
| | | | without a "figs/" subdirectory. Originally used the wrong test, sorry.
* If the document directory has a "figs/" subdirectory, create an "figs/"Tommy Reynolds2005-10-301-1/+14
| | | | | | | | | | | | | subdirectory in the HTML output directory. Copy any ordinary files with a dot in their names to the newly-created "${DOCBASE}-${LANG}/figs/" subdirectory. To be copied, a graphics file must: 1) Have an extention that is NOT ".eps", since HTML doesn't grok EPS files. 2) Have a filename matching "*-${LANG}.*" -- be a graphic for the selected language. 3) Have a filename that DOES NOT HAVE A DASH at all -- this allows for "language-independent" graphics.
* In preparation for RPM packaging, tweak the setup to:Tommy Reynolds2005-10-261-13/+27
| | | | | | | 1) Use a "${FDPDIR}" macro to locate the docs-common directory. 2) Use a macro to locate which xmlto we want to use. 3) Use the file "Make.paths" in the DOCUMENT directory, if any, to read macro values.
* Added multi-language support.multi-language-infrastructureTommy Reynolds2005-09-171-36/+85
|
* Omit sizable .EPS files from tarball makes, since they are not useful anywaymonolanguage-infrastructurePaul W. Frields2005-08-201-1/+1
|
* Added "make view" target to display the HTML-formatted document using theTommy Reynolds2005-07-121-0/+9
| | | | htmlview(1) tool's default viewier.
* Get the images and CSS, remember to clean it up tooPaul W. Frields2005-06-291-1/+6
|
* 1) Added proper ".PHONY" declaration for pseudo-targets like "html" and "pdf".Tommy Reynolds2005-06-291-1/+3
| | | | | 2) Changed tarball dependancy from "html" to the "${DOCNAME}/index.html" target to avoid unnecessary rebuilds.
* Added html-nochunks targetPaul W. Frields2005-06-291-1/+5
|
* Move _ALL_ default targets and rules into "Makefile.common" asTommy Reynolds2005-06-291-1/+50
| | | | | double-colon targets, so they can be appended-to by a document without needing to rewrite "Makefile.common".
* Added make target "make tarball" to generate a tar(1) archive of the HTMLTommy Reynolds2005-06-281-1/+1
| | | | form of a document.
* The beginnings of a common set of makefile rules and target.Tommy Reynolds2005-06-281-0/+2