Skip to content

Commit

Permalink
Bug gd25: Cleaned up and demindyfied the manpages,
Browse files Browse the repository at this point in the history
removing the obsolete mindy and gobject pages.
  • Loading branch information
promovicz committed Dec 9, 2004
1 parent ea3a82e commit 1beb2f1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 272 deletions.
9 changes: 0 additions & 9 deletions doc/Makefile.in
Expand Up @@ -16,31 +16,22 @@ install: compile
${INSTALL_DATA} gwydion.7 ${DESTDIR}${MANDIR}/man7/gwydion.7
${INSTALL_DATA} d2c.1 ${DESTDIR}${MANDIR}/man1/d2c.1
${INSTALL_DATA} dybug.1 ${DESTDIR}${MANDIR}/man1/dybug.1
${INSTALL_DATA} mindy.1 ${DESTDIR}${MANDIR}/man1/mindy.1
${INSTALL_DATA} mindycomp.1 ${DESTDIR}${MANDIR}/man1/mindycomp.1
${INSTALL_DATA} mindyexec.1 ${DESTDIR}${MANDIR}/man1/mindyexec.1
${INSTALL_DATA} melange.1 ${DESTDIR}${MANDIR}/man1/melange.1
${INSTALL_DATA} parsergen.1 ${DESTDIR}${MANDIR}/man1/parsergen.1
${INSTALL_DATA} make-dylan-app.1 \
${DESTDIR}${MANDIR}/man1/make-dylan-app.1
${INSTALL_DATA} platforms.descr.4 \
${DESTDIR}${MANDIR}/man4/platforms.descr.4
${INSTALL_DATA} gobject-tool.1 \
${DESTDIR}${MANDIR}/man1/gobject-tool.1

uninstall:
rm -f ${DESTDIR}${MANDIR}/man7/dylan.7
rm -f ${DESTDIR}${MANDIR}/man7/gwydion.7
rm -f ${DESTDIR}${MANDIR}/man1/d2c.1
rm -f ${DESTDIR}${MANDIR}/man1/dybug.1
rm -f ${DESTDIR}${MANDIR}/man1/mindy.1
rm -f ${DESTDIR}${MANDIR}/man1/mindycomp.1
rm -f ${DESTDIR}${MANDIR}/man1/mindyexec.1
rm -f ${DESTDIR}${MANDIR}/man1/melange.1
rm -f ${DESTDIR}${MANDIR}/man1/parsergen.1
rm -f ${DESTDIR}${MANDIR}/man1/make-dylan-app.1
rm -f ${DESTDIR}${MANDIR}/man4/platforms.descr.4
rm -f ${DESTDIR}${MANDIR}/man1/gobject-tool.4

clean:
-echo 'Nothing to do.'
7 changes: 2 additions & 5 deletions doc/d2c.1.in
Expand Up @@ -21,10 +21,7 @@ generate native executables.
.B d2c
supports nearly all of the Dylan language, including the macro system. It
can interface with C using
.IR melange (1)\c
, and can compile code developed under the
.IR mindy (1)
Dylan interpreter.
.IR melange (1).
.SH PROGRAM STRUCTURE
A Dylan program is made up out of one or more libraries. Each library
contains one or more modules, each of which can be defined in one or more
Expand Down Expand Up @@ -134,7 +131,7 @@ creating classes at runtime.
.PP
Other bugs can be found on the website.
.SH SEE ALSO
dylan(7), gwydion(7), melange(1), make-dylan-app(1), platforms.descr(4), mindy(1).
dylan(7), gwydion(7), melange(1), make-dylan-app(1), platforms.descr(4).
.PP
Much more extensive documentation in various formats is available through
the Gwydion Dylan web site at
Expand Down
62 changes: 0 additions & 62 deletions doc/gobject-tool.1.in

This file was deleted.

8 changes: 2 additions & 6 deletions doc/gwydion.7.in
Expand Up @@ -8,8 +8,6 @@ Gwydion Dylan is a collection of free software Dylan development tools for
Unix and GNU/Linux systems. It includes the
.IR d2c (1)
compiler, the
.IR mindy (1)
interpreter, the
.IR melange (1)
interface generator and a number of other useful programs. Gwydion Dylan
was developed by the Gwydion Group at CMU with DARPA funding, and is now
Expand All @@ -22,11 +20,9 @@ machine code, but not all of the high-level language features are fully
optimized.) The compiler and standard libraries are actually very stable,
but in need more work before they're suitable for widespread use.
.PP
Unfortunately, the compiler still runs slowly. If this is a problem, you
can use Mindy, the included Dylan interpreter, to develop and debug code,
and use the compiler only when you need performance.
Unfortunately, the compiler still runs slowly.
.SH SEE ALSO
dylan(7), d2c(1), melange(1), mindy(1), mindycomp(1), make-dylan-app(1),
dylan(7), d2c(1), melange(1), make-dylan-app(1),
platforms.descr(4).
.PP
Much more extensive documentation in various formats is available through
Expand Down
6 changes: 2 additions & 4 deletions doc/make-dylan-app.1.in
Expand Up @@ -17,9 +17,7 @@ reference or a tutorial, please see the web site.
creates a directory
.I appname
containing a minimal Dylan application that can be compiled with
.IR d2c (1)
or interpreted with
.IR mindy (1).
.IR d2c (1).
This makes it unnecessary to understand the Dylan ``library interchange
definition'' just to compile a simple program.
.PP
Expand All @@ -35,7 +33,7 @@ declarations, and the third contains actual source code.
An effort has been made to include libraries suitable for writing small,
command-line applications.
.SH SEE ALSO
gwydion(7), d2c(1), mindy(1).
gwydion(7), d2c(1).
.PP
Much more extensive documentation in various formats is available through
the Gwydion Dylan web site at
Expand Down
2 changes: 1 addition & 1 deletion doc/melange.1.in
Expand Up @@ -133,7 +133,7 @@ bug tracker on the website for an up-to-date list.)
In particular, it would be desirable for melange to search include
directories in exactly the fashion as a given platform's C compiler.
.SH SEE ALSO
gwydion(7), d2c(1), mindy(1).
gwydion(7), d2c(1).
.PP
Much more extensive documentation in various formats is available through
the Gwydion Dylan web site at
Expand Down
120 changes: 0 additions & 120 deletions doc/mindy.1.in

This file was deleted.

33 changes: 0 additions & 33 deletions doc/mindycomp.1.in

This file was deleted.

30 changes: 0 additions & 30 deletions doc/mindyexec.1.in

This file was deleted.

4 changes: 2 additions & 2 deletions doc/platforms.descr.4.in
Expand Up @@ -10,9 +10,9 @@ Each platform consists of a number of key-value pairs, and platforms may
inherit from other platforms.
.PP
Several of the Perl scripts used to build Gwydion Dylan also look in this
file, but Mindy does not.
file.
.SH SEE ALSO
gwydion(7), d2c(1), mindy(1).
gwydion(7), d2c(1).
.PP
Much more extensive documentation in various formats is available through
the Gwydion Dylan web site at
Expand Down

0 comments on commit 1beb2f1

Please sign in to comment.