mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
23 lines
740 B
Plaintext
23 lines
740 B
Plaintext
$NetBSD$
|
|
|
|
--- gas/doc/Makefile.am.orig Tue Sep 4 12:53:45 2012
|
|
+++ gas/doc/Makefile.am
|
|
@@ -24,6 +24,8 @@ TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/.
|
|
-I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
|
|
|
|
asconfig.texi: $(CONFIG).texi
|
|
+ @echo "NOT REBUILDING $@"
|
|
+NetBSD_DISABLED_asconfig.text:
|
|
rm -f asconfig.texi
|
|
cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
|
|
chmod u+w ./asconfig.texi
|
|
@@ -103,6 +105,8 @@ info-local: $(MANS)
|
|
# The sed command removes the no-adjust Nroff command so that
|
|
# the man output looks standard.
|
|
as.1: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS)
|
|
+ @echo "NOT REBUILDING $@"
|
|
+NetBSD_DISABLED_as.1:
|
|
touch $@
|
|
-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
|
-($(POD2MAN) as.pod | \
|