diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-10-11 02:59:59 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-10-11 02:59:59 +0000 |
commit | 8aeb2d55086a3152c1a5c0eb6ee51606b75f761c (patch) | |
tree | 7f03ace4dcde20044849c8d4dcadd2ce0d815ba1 /print | |
parent | 5b1f133126149aa8b2ec46c597c7cb0d57163b82 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps43-letter/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/a2ps43-letter/files/patch-aa b/print/a2ps43-letter/files/patch-aa new file mode 100644 index 000000000000..256b4c9e0870 --- /dev/null +++ b/print/a2ps43-letter/files/patch-aa @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Tue Sep 30 12:06:45 1997 ++++ doc/Makefile.in Fri Oct 10 19:19:27 1997 +@@ -147,7 +147,7 @@ + default: all + + .SUFFIXES: +-.SUFFIXES: .dvi .info .ps .texi .texinfo ++#.SUFFIXES: .dvi .info .ps .texi .texinfo + $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile + |