summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/make.rules
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-48/+0
|
* Update the rules to separate the two phases for the ESIS generation,Fred Drake2000-11-221-13/+11
| | | | entirely so that debugging can be performed independently.
* Remove use of fixgenents.sh; no longer needed.Fred Drake1999-08-261-5/+4
|
* Minor updates.Fred Drake1999-07-291-4/+8
|
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+4
| | | | | | Use a temporary file to pass results from latex2esis.py to docfixer.py; this makes for better error detection by make (if the first pipeline stage fails, make wasn't catching it).
* Minor adjustments to reflect esis2sgml.py changes.Fred Drake1999-02-181-1/+2
| | | | Added "esis" target to only generate the ESIS data.
* Added clean and clobber targets.Fred Drake1999-01-141-0/+7
|
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
| | | | Add dependency on esistools.py for the ESIS intermediate files.
* Remove $(CUTCRUFT) garbage; now in fixgenents.sh.Fred Drake1998-11-301-6/+8
| | | | | Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days.
* Supplemental rules to convert a .tex file to a .xml file. Both XML andFred Drake1998-11-241-0/+29
SGML will be supported soon, probably using an ESIS representation saved in a temp file.