]> granicus.if.org Git - graphviz/commitdiff
remove legacy vmalloc README file
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 17 Jul 2020 00:25:31 +0000 (17:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jul 2020 18:54:37 +0000 (11:54 -0700)
lib/vmalloc/Makefile.am
lib/vmalloc/README [deleted file]

index eeb0c10a89cd0e47a17b2a25ced55216eaca870f..3f210cf25ec7ea5bf24dfab4f3e97e51f62d29d3 100644 (file)
@@ -8,4 +8,4 @@ libvmalloc_C_la_SOURCES = vmbest.c vmclear.c vmclose.c \
        vmopen.c \
        vmstrdup.c
 
-EXTRA_DIST = README vmalloc.vcxproj*
+EXTRA_DIST = vmalloc.vcxproj*
diff --git a/lib/vmalloc/README b/lib/vmalloc/README
deleted file mode 100644 (file)
index ba62010..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-DIRECTORY HIERARCHY:
-This directory hierarchy contains the source of the Vmalloc library.
-
-. :            source code for Vmalloc functions
-./features:    source code for generating configuration parameters.
-./Vmalloc_t:   a set of regression tests - executable with "runtest"
-
-SOFTWARE CONSTRUCTION:
-
-There are two make files, Makefile for Glenn Fowler's nmake and
-makefile for old make.  The build procedure is based on the
-iffe language for automatic configuration. An iffe interpreter
-and its manual pages are included in this code distribution.
-See the files in ./features for examples of iffe probes to generate
-configuration parameters.
-
-CORRESPONDENCE:
-Comments, etc. should be sent to:
-
-       Phong Vo
-       AT&T Labs - Research
-       180 Park Avenue
-       Florham Park, NJ 07932
-       e-mail: kpv@research.att.com