1
0
Fork 0
Commit Graph

53 Commits (348aa7a8d0ebc5641443870fc6560e42c1aea639)

Author SHA1 Message Date
Mike Gerwitz a929c42a3f Corrected Makefile; moved src_* back to root Makefile
- Was causing combine target to not recognize file changes
2011-06-11 20:55:45 -04:00
Mike Gerwitz 8705de950d Placed mkbuild back into root Makefile 2011-06-05 13:53:05 -04:00
Mike Gerwitz 8fa10c494e [#5] Separated Makefile into doc/ Makefile 2011-06-05 11:58:33 -04:00
Mike Gerwitz 309f799f78 [#5] CSS for split html documentation is now referenced rather than included in each output file 2011-06-05 11:22:56 -04:00
Mike Gerwitz 2d05445958 [#5] Added syntax highlighting to HTML documentation 2011-06-05 11:18:41 -04:00
Mike Gerwitz 8f4e0ed0fa Added manual.css to Makefile for HTML docs 2011-06-02 23:04:56 -04:00
Mike Gerwitz 72fe45e84d Makefile's install target only requires doc-info 2011-05-25 22:40:51 -04:00
Mike Gerwitz 0a6e8153df Converted case of all Makefile vars to lower 2011-05-25 22:16:00 -04:00
Mike Gerwitz 46b974dbbe Added min target to .PHONY and all target 2011-05-25 22:04:19 -04:00
Mike Gerwitz 14b4a19b37 Added install and uninstall targets to Makefile for info doc 2011-05-25 22:03:36 -04:00
Mike Gerwitz 99d0f34940 Added license to minified files 2011-05-23 18:59:50 -04:00
Mike Gerwitz 44ea2552ba Added minified files to tests 2011-05-23 18:38:13 -04:00
Mike Gerwitz eed9465885 Added minification script 2011-05-23 18:27:42 -04:00
Mike Gerwitz 34ccb8f530 test target once again runs default 2011-03-27 01:57:55 -04:00
Mike Gerwitz d107992fc4 Makefile now inserts interactive JS (not yet implemented) into generated HTML docs 2011-03-21 21:09:36 -04:00
Mike Gerwitz ca564e5aea Documentation is now properly rebuilt when Dia files are modified 2011-03-20 18:36:03 -04:00
Mike Gerwitz 2823e996a1 HTML documentation will now be rebuilt on texi update 2011-03-20 15:53:56 -04:00
Mike Gerwitz 254fc7e149 Reduced image size for manual 2011-03-20 15:08:21 -04:00
Mike Gerwitz c1f12fb537 Added txt version of inheritance example to doc and altered Makefile to rebuild text-based targets on text image modifications 2011-03-20 02:46:01 -04:00
Mike Gerwitz fba584171c Placed test targets in their own Makefile to faciliate using tests as prerequisites for ease-full.js, ensuring it'll be rebuilt on test modification 2011-03-20 02:28:40 -04:00
Mike Gerwitz 3fe132c862 Makefile no longer recombines if unnecessary 2011-03-20 01:25:57 -04:00
Mike Gerwitz 799aae0a56 Altered Makefile so that doc targets needn't be rebuilt if they have not been updated 2011-03-20 00:44:06 -04:00
Mike Gerwitz 25d8a9476b Removed CWD from Makefile 2011-03-19 19:36:07 -04:00
Mike Gerwitz b48a703c24 Began adding inheritance chapter, which required getting images working within documentation
- Restructured portions of Makefile
2011-03-19 19:35:21 -04:00
Mike Gerwitz 2b5fb2e0eb Split doc processes into separate targets for Makefile 2011-03-19 15:12:10 -04:00
Mike Gerwitz eb3f75400f Makefile will now only remove what's specified in doc/.gitignore for 'make doc' 2011-03-19 15:04:41 -04:00
Mike Gerwitz 6125fcbac1 Ensuring all combine tests run after all normal tests 2011-03-16 23:02:38 -04:00
Mike Gerwitz 7cee1cf40e Merge branch 'master' into doc/master
Conflicts:
	Makefile
2011-03-13 04:52:13 -04:00
Mike Gerwitz 540d8a4f00 Altered Makefile to ensure the combine test is performed after all others 2011-03-12 12:07:07 -05:00
Mike Gerwitz e83225f916 Merge branch 'master' into perf/master 2011-03-11 20:00:08 -05:00
Mike Gerwitz 342dfd63d6 Extra tab in Makefile 2011-03-11 20:00:04 -05:00
Mike Gerwitz be9e5796c1 Merge branch 'master' into perf/master 2011-03-11 19:58:30 -05:00
Mike Gerwitz f572e53e9d Distinction between JS and shell tests unnecessary in 'find' 2011-03-11 19:58:24 -05:00
Mike Gerwitz c1ddca1a3d Merge branch 'master' into doc/master
Conflicts:
	Makefile
2011-03-11 19:56:23 -05:00
Mike Gerwitz 3c3d927e65 Merge branch 'master' into perf/master
Conflicts:
	Makefile
2011-03-11 19:55:29 -05:00
Mike Gerwitz 672ef82aca Altered Makefile to support parallel tests 2011-03-11 19:53:05 -05:00
Mike Gerwitz db5a5bac58 Reformatted Makefile to support parallel processing of performance tests 2011-03-11 19:47:00 -05:00
Mike Gerwitz 689a67405b Added performance tests to Makefile 2011-03-10 22:55:07 -05:00
Mike Gerwitz fa896d2c2c doc target now runs mkbuild 2011-03-09 23:45:07 -05:00
Mike Gerwitz cfa60655cd Quoting all path arguments in Makefile
- Protect those crazy users from themselves
2011-03-09 19:12:16 -05:00
Mike Gerwitz 08a58dba82 Began adding CSS for manual 2011-03-09 19:10:13 -05:00
Mike Gerwitz d1bf7f6a4f Added info and plain text output to Makefile for manual 2011-03-09 00:06:33 -05:00
Mike Gerwitz d6e774caf2 Added single doc HTML file to Makefile 2011-03-09 00:01:22 -05:00
Mike Gerwitz 010942ea3f Makefile cleanup
- Absolute paths
- No moving of texi HTML output necessary
2011-03-08 23:57:52 -05:00
Mike Gerwitz 162e084edd Added doc HTML output to Makefile 2011-03-08 23:48:47 -05:00
Mike Gerwitz 9457f7e314 Added doc target to Makefile 2011-03-08 00:06:34 -05:00
Mike Gerwitz 0ea6df4c9e Added browser-test.html 2010-12-28 13:21:41 -05:00
Mike Gerwitz 3347b8f6d5 Added ease-full.js, which includes tests to be run client-side (initial implementation; may be buggy) 2010-12-28 00:23:13 -05:00
Mike Gerwitz bba0c252f5 make 'test' target now runs 'default' target 2010-12-20 22:51:06 -05:00
Mike Gerwitz 572601f5a0 Added BASH tests to Makefile 2010-12-20 22:29:10 -05:00