[Synopsis-changes] Synopsis/Synopsis/doc/Manual Makefile,1.44,1.45 synopsis.py,1.9,1.10
Stefan Seefeld stefan at synopsis.fresco.orgMon Dec 8 03:36:18 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.8,1.9
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Tutorial.xml,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/doc/Manual
In directory frida:/tmp/cvs-serv10574/doc/Manual
Modified Files:
Makefile synopsis.py
Log Message:
add xref view (still needs more work)
Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Manual/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -d -r1.44 -r1.45
--- Makefile 6 Dec 2003 20:01:06 -0000 1.44
+++ Makefile 8 Dec 2003 03:36:16 -0000 1.45
@@ -36,9 +36,13 @@ all: html pdf info
pdf: Manual.pdf
-html: all.syn
+html: all.syn all.xref
@echo formatting $@
- $(synopsis) html --output=$@ $^
+ $(synopsis) html --output=$@ $<
+
+all.xref: all.syn
+ @echo generating $@
+ $(synopsis) xref --output=$@ $^
# Compile Python files
$(py_syn): %.syn: %.py
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Manual/synopsis.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- synopsis.py 8 Dec 2003 00:39:25 -0000 1.9
+++ synopsis.py 8 Dec 2003 03:36:16 -0000 1.10
@@ -44,6 +44,7 @@ html = HTML.Formatter(stylesheet_file =
Source(prefix = 'links',
toc_in = ['links.toc'],
scope = 'Synopsis::Parsers::Cxx'),
+ XRef(xref_file = 'all.xref'),
ModuleListing(),
ModuleIndexer(),
FileListing(),
@@ -59,6 +60,7 @@ process(python = python,
link_cxx = cxx_processor,
link = Linker(),
strip = Stripper(),
+ xref = XRefCompiler(prefix='xref'),
html = html,
dump = Dump.Formatter(),
texi = TexInfo.Formatter())
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.8,1.9
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Tutorial.xml,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list