mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-02-21 17:55:30 +00:00
Update mxmldoc output to use a more modern format similar to Apple's
reference format.
This commit is contained in:
parent
06d3aa27fb
commit
346be509a3
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for Mini-XML, a small XML-like file parsing library.
|
# Makefile for Mini-XML, a small XML-like file parsing library.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2007 by Michael Sweet.
|
# Copyright 2003-2008 by Michael Sweet.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
@ -325,7 +325,7 @@ testmxml.o: mxml.h
|
|||||||
|
|
||||||
mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c)
|
mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c)
|
||||||
$(RM) mxml.xml
|
$(RM) mxml.xml
|
||||||
./mxmldoc-static mxml.xml mxml.h $(PUBLIBOBJS:.o=.c) >doc/reference.html
|
./mxmldoc-static --intro doc/reference.intro mxml.xml mxml.h $(PUBLIBOBJS:.o=.c) >doc/reference.html
|
||||||
|
|
||||||
valgrind: mxmldoc-static
|
valgrind: mxmldoc-static
|
||||||
$(RM) valgrind.xml
|
$(RM) valgrind.xml
|
||||||
|
@ -7,5 +7,5 @@ advanced.html
|
|||||||
mxmldoc.html
|
mxmldoc.html
|
||||||
license.html
|
license.html
|
||||||
relnotes.html
|
relnotes.html
|
||||||
refapp.html
|
reference.html
|
||||||
schema.html
|
schema.html
|
||||||
|
2830
doc/reference.html
2830
doc/reference.html
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,4 @@
|
|||||||
<html>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1 align='right'><a name='REFERENCE'><img src="C.gif" align="right"
|
<h1 align='right'><a name='REFERENCE'><img src="C.gif" align="right"
|
||||||
hspace="10" width="100" height="100" alt="C"></a>Library
|
hspace="10" width="100" height="100" alt="C"></a>Library
|
||||||
Reference</h1>
|
Reference</h1>
|
||||||
|
|
||||||
<embed src='reference.html'>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user