- Correct LICENSE info and add LICENSE_FILE, per handbook - Correct DOC switch PR: 232337 Submitted by: ndowens@yahoo.com
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
--- Makefile.in.orig 2018-10-09 06:38:27 UTC
|
|
+++ Makefile.in
|
|
@@ -386,9 +386,9 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
LYNX = lynx
|
|
-SUBDIRS = libasync asmtpd util local doc etc
|
|
+SUBDIRS = libasync asmtpd util local doc
|
|
libexec_SCRIPTS = avenger
|
|
-sample_DATA = INSTALL INSTALL.html
|
|
+sample_DATA =
|
|
CLEANFILES = core *.core *~
|
|
DISTCLEANFILES = autom4te*.cache config.status config.log avenger
|
|
EXTRA_DIST = .gitignore avenger.in INSTALL.html LICENSE
|