I think I'm ready to commit the getting started guide to CVS. Here's the sources (plus a few utilities):
http://www.delorie.com/pcb/gs-source.tar.gz Could some of you test this on your platforms to make sure it basically works? It will probably need some interaction with maintainer-mode and enable-docs. The sources are about 2 Mb (the tarball is 1.3Mb) - there are a lot of screen shots and other images. Wow - I've been working on this for almost a year now! Unpack in pcb's src/doc/gs (you'll have to make that dir) and apply this to the topmost configure.ac: Index: configure.ac =================================================================== RCS file: /cvsroot/pcb/pcb/configure.ac,v retrieving revision 1.104 diff -p -U3 -r1.104 configure.ac --- configure.ac 19 Aug 2008 22:26:44 -0000 1.104 +++ configure.ac 5 Oct 2008 03:32:55 -0000 @@ -405,6 +405,9 @@ AM_CONDITIONAL(MISSING_PDFLATEX, test x$ AC_CHECK_PROGS(DVIPS, dvips, notfound) AM_CONDITIONAL(MISSING_DVIPS, test x$DVIPS = xnotfound) +AC_CHECK_PROGS(TEXI2DVI, texi2dvi, notfound) +AM_CONDITIONAL(MISSING_TEXI2DVI, test x$TEXI2DVI = xnotfound) + AC_CHECK_PROGS(PS2PDF, ps2pdf, notfound) AM_CONDITIONAL(MISSING_PS2PDF, test x$PS2PDF = xnotfound) @@ -805,6 +808,7 @@ if test -d $srcdir/README_FILES; then fi if test -d $srcdir/doc; then AC_CONFIG_FILES(doc/Makefile) + AC_CONFIG_FILES(doc/gs/Makefile) fi if test -d $srcdir/example; then AC_CONFIG_FILES(example/Makefile) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
