1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Oliver Schmidt
8236b0dd74 Upload zip file. 2014-03-09 01:20:39 +01:00
Oliver Schmidt
80ca7eb4e4 Create zip file. 2014-03-09 00:20:17 +01:00
Oliver Schmidt
30125afcc1 Moved from VS2013 to MinGW(-w64). 2014-03-06 22:32:24 +01:00
Oliver Schmidt
fcc95f4c1c There seems to be no desire for a doc install. 2014-03-03 21:16:30 +01:00
Oliver Schmidt
8d95a64b58 Added .info file generation. 2014-02-27 23:37:36 +01:00
Oliver Schmidt
c3434817da Some minor fine tuning. 2014-02-09 22:57:38 +01:00
Oliver Schmidt
0891b8515d Adjusted linuxdoc parameters. 2014-02-09 22:50:01 +01:00
Oliver Schmidt
1968e87cc2 Made html doc look a little less boring. 2014-02-09 22:43:55 +01:00
Oliver Schmidt
f155efa3e7 Keep git push happy. 2014-02-08 22:47:24 +01:00
Oliver Schmidt
c524dd0f08 Avoid writing (temporarily) into source directory. 2014-02-08 21:52:47 +01:00
Oliver Schmidt
99ecbc60f8 Actually the '-R' flag isn't necessary. 2014-02-06 12:54:53 +01:00
Oliver Schmidt
1a4bbecaa6 Limit 'git add' to doc directory just to be sure. 2014-02-06 12:44:46 +01:00
Oliver Schmidt
3394033d86 The gh-pages push seems ready for prime time. 2014-02-05 23:20:03 +01:00
Oliver Schmidt
a0b5bc523d Re-introduced toc removal for coding.html and index.html. 2014-02-05 22:30:28 +01:00
Oliver Schmidt
5dd5f7cd1b Some polishing. 2014-02-05 20:55:17 +01:00
Oliver Schmidt
46d9b72d7d Maybe rather ignore the git commit status (?) 2014-02-05 18:49:22 +01:00
Oliver Schmidt
a79a1469fe Test --allow-empty flag. 2014-02-05 18:40:03 +01:00
Oliver Schmidt
95a401b9aa Fixed missing target directory. 2014-02-05 00:29:27 +01:00
Oliver Schmidt
37c923815c First test of actual html page push. 2014-02-05 00:20:43 +01:00
Oliver Schmidt
b8eb1c7794 Avoid 'cd' in Makefile. 2014-02-04 21:31:35 +01:00
Oliver Schmidt
4e83ff8d59 First test of gh-pages push. 2014-02-04 18:33:37 +01:00
Oliver Schmidt
fcea8951f1 No linuxdoc here. Documenation is to be maintained as HTML in branch 'gh-pages'. 2013-03-25 00:50:52 +01:00
uz
735b2811fc Added the layout for the sp65 documentation.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5608 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-03-11 13:34:58 +00:00
uz
0d4b9c59f3 Added a macro package for writing self modyfying code. By Christian Krüger.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5536 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-21 20:02:20 +00:00
uz
bb1d6d94a3 Renamed grc to grc65 to avoid name conflicts with another software named grc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4875 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-11-18 18:47:01 +00:00
uz
c59eeb3110 make.sgml has been renamed to using-make.sgml.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4849 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-11-11 07:06:41 +00:00
uz
40eabefe89 Added documentation for the od65 utility.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4770 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-07-30 19:33:53 +00:00
uz
5e065391fd Added a new document that describes how to use the cc65 toolset with a
currently unsupported hardware platform. Written and constributed by Bruce
Reidenbach.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4599 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-02-25 21:51:00 +00:00
ol.sc
01a11b2dd9 Added documentation on using GNU Make for building cc65 projects.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4263 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-28 21:55:51 +00:00
uz
2575fd1e16 Fixed a typo in the makefile. HTML generatiom was broken.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3959 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-03-06 09:58:13 +00:00
uz
8ef3dbc9f7 Use new syntax for call to linuxdoc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3934 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-02-15 16:57:06 +00:00
cuz
14e0d3e3af Added docs for the Supervision Console contributed by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3759 b7a2c559-68d2-44c3-8de9-860c34a00d81
2006-08-17 19:27:19 +00:00
cuz
be29185283 New cbm510 docs by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3745 b7a2c559-68d2-44c3-8de9-860c34a00d81
2006-05-31 21:08:57 +00:00
cuz
e3cf61b569 Small changes and a whole new doc file for the enhanced apple //e contributed
by Oliver Schmidt.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3666 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-11-21 20:59:51 +00:00
cuz
52d0b2b5a7 Makefile changes by Greg King
git-svn-id: svn://svn.cc65.org/cc65/trunk@3657 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-11-20 17:10:48 +00:00
cuz
9e06c88865 Doc files for the PET weren't built
git-svn-id: svn://svn.cc65.org/cc65/trunk@3643 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-09-12 01:53:56 +00:00
izydorst
6a5726abab Added grc.sgml converted from grc.txt by Greg King
git-svn-id: svn://svn.cc65.org/cc65/trunk@3565 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-08-05 12:25:09 +00:00
cuz
42a4a2ecf2 Added nes.sgml and atmos.sgml contributed by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3539 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-07-24 13:11:55 +00:00
cuz
567f264320 Added skeleton for the Atari Lynx
git-svn-id: svn://svn.cc65.org/cc65/trunk@3251 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-10-14 18:03:19 +00:00
cuz
3e2adb2a8d VIC20 specific docs (contributed by Stefan Haubenthal)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3185 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-09-17 17:33:27 +00:00
cuz
d3db88e7ed Added docs for the Commodore 610
git-svn-id: svn://svn.cc65.org/cc65/trunk@2770 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-16 19:13:24 +00:00
cuz
781cc6d59a Fix driver attributions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2768 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-16 17:44:15 +00:00
cuz
f4b9df173e Added platform specific doc for the Apple ][
git-svn-id: svn://svn.cc65.org/cc65/trunk@2766 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-16 11:46:05 +00:00
cuz
9c65a3163c New C16 docs.
New section "Limitations".


git-svn-id: svn://svn.cc65.org/cc65/trunk@2763 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-15 21:13:38 +00:00
cuz
59d89796d5 Added plus/4 docs
git-svn-id: svn://svn.cc65.org/cc65/trunk@2759 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-14 21:39:33 +00:00
cuz
0a42e67f11 Added C128 documentation.
Fixed minor glitches in the C64 docs.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2758 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-14 20:00:59 +00:00
cuz
818cfc8677 Restructured the index file.
Added documentation for the ca65html utility.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2539 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-10-16 22:16:52 +00:00
cpg
86b25b00e3 Added atari.sgml
git-svn-id: svn://svn.cc65.org/cc65/trunk@2537 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-10-16 18:05:42 +00:00
cuz
e8a53ee9be Added c64.sgml
git-svn-id: svn://svn.cc65.org/cc65/trunk@2447 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-09-24 17:21:03 +00:00
cuz
54b535a606 First version of da65 docs
git-svn-id: svn://svn.cc65.org/cc65/trunk@2252 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-08 10:03:35 +00:00