]> granicus.if.org Git - graphviz/commitdiff
add lefty, dotty, lneato to graphviz2 tree
authorellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)
committerellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)
cmd/dotty/.cvsignore [new file with mode: 0644]
cmd/dotty/Makefile.am [new file with mode: 0644]
cmd/dotty/Makefile.old [new file with mode: 0644]
cmd/dotty/dotty.pdf [new file with mode: 0644]

diff --git a/cmd/dotty/.cvsignore b/cmd/dotty/.cvsignore
new file mode 100644 (file)
index 0000000..d96782c
--- /dev/null
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+dotty
+*.pdf
diff --git a/cmd/dotty/Makefile.am b/cmd/dotty/Makefile.am
new file mode 100644 (file)
index 0000000..212e0da
--- /dev/null
@@ -0,0 +1,28 @@
+## Process this file with automake to produce Makefile.in
+
+DOTTYSCRIPTS = dotty.lefty dotty_draw.lefty dotty_edit.lefty \
+       dotty_layout.lefty dotty_ui.lefty
+
+man = dotty.1
+pdf = dotty.pdf
+
+leftydir = $(pkgdatadir)/lefty
+pdfdir = $(pkgdatadir)/doc/pdf
+
+man_MANS = $(man)
+pdf_DATA = $(pdf)
+bin_SCRIPTS = dotty
+lefty_SCRIPTS = $(DOTTYSCRIPTS)
+
+dotty: $(top_srcdir)/dotty/dotty.sh
+       cp $(top_srcdir)/dotty/dotty.sh dotty
+       chmod +x dotty
+
+.1.pdf:
+       groff -Tps -man $< | ps2pdf - - >$@
+
+EXTRA_DIST = $(DOTTYSCRIPTS) $(man) $(pdf) \
+       dotty.bsh dotty.ksh dotty.sh \
+       Makefile.old notes mswin32
+
+DISTCLEANFILES = $(pdf) dotty
diff --git a/cmd/dotty/Makefile.old b/cmd/dotty/Makefile.old
new file mode 100644 (file)
index 0000000..6c1f3ca
--- /dev/null
@@ -0,0 +1,28 @@
+all:   dotty
+
+include ../Config.mk
+include ../makearch/$(ARCH)
+
+PACKAGE=lefty
+LIB_SCRIPTS = dotty.lefty dotty_draw.lefty dotty_edit.lefty \
+       dotty_layout.lefty dotty_ui.lefty
+BIN_SCRIPTS = dotty
+MAN1 = dotty.1
+
+dotty: dotty.sh
+       cp dotty.sh dotty
+       chmod +x dotty
+
+install: $(LIB_SCRIPTS) $(BIN_SCRIPTS)
+       $(MKPATH) $(LIBDIR)/$(PACKAGE)
+       $(INSTALL) $(LIB_SCRIPTS) $(LIBDIR)/$(PACKAGE)
+       $(MKPATH) $(BINDIR)
+       $(INSTALL) $(BIN_SCRIPTS) $(BINDIR)
+       $(MKPATH) $(MANDIR)
+       $(INSTALL) dotty.1 $(MANDIR)
+
+clean:
+       true
+
+distclean:
+       true
diff --git a/cmd/dotty/dotty.pdf b/cmd/dotty/dotty.pdf
new file mode 100644 (file)
index 0000000..e3e7c10
Binary files /dev/null and b/cmd/dotty/dotty.pdf differ