mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9199d36798
This port requires gcc 2.95.1 to build, so USE_NEWGCC isn't set until -current is upgraded to that version. PR: 13166 Submitted by: Ade Lovett <ade@lovett.com>
25 lines
646 B
Plaintext
25 lines
646 B
Plaintext
--- manual/Makefile.in.orig Tue Jul 27 19:07:44 1999
|
|
+++ manual/Makefile.in Thu Aug 19 11:03:13 1999
|
|
@@ -85,7 +85,9 @@
|
|
|
|
MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux
|
|
|
|
+ifndef NOPORTDOCS
|
|
SUBDIRS = man-html man-text
|
|
+endif
|
|
|
|
EXTRA_DIST = ${pkgdoc_DATA} html.sty html2txt.pl edit-man manual.per man-proc.pl
|
|
|
|
@@ -260,7 +262,11 @@
|
|
install-data: install-data-recursive
|
|
|
|
install-am: all-am
|
|
+ifndef NOPORTDOCS
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
+else
|
|
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
|
|
+endif
|
|
install: install-recursive
|
|
uninstall-am: uninstall-pkgdocDATA
|
|
uninstall: uninstall-recursive
|