summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/doc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-01-02 18:45:03 +0000
committerbapt <bapt@FreeBSD.org>2015-01-02 18:45:03 +0000
commit2f94824303058b32c1056ce52333d8c339423304 (patch)
tree0a376369b34e9959bf6c234331c325fc6b9cde60 /gnu/usr.bin/cc/doc
parent49eaa137e569415dcea2b6a128bc8560184aa088 (diff)
downloadFreeBSD-src-2f94824303058b32c1056ce52333d8c339423304.zip
FreeBSD-src-2f94824303058b32c1056ce52333d8c339423304.tar.gz
Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
Diffstat (limited to 'gnu/usr.bin/cc/doc')
-rw-r--r--gnu/usr.bin/cc/doc/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile
deleted file mode 100644
index a56231b..0000000
--- a/gnu/usr.bin/cc/doc/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-.include "../Makefile.inc"
-.include "../Makefile.ver"
-
-.PATH: ${GCCDIR}/doc ${GCCDIR}/doc/include
-
-INFO= gcc cpp gccint cppinternals
-
-INFOSECTION= "Gcc Documentation"
-INFOENTRY_gcc= "* gcc: (gcc). The GNU C compiler."
-INFOENTRY_cpp= "* cpp: (cpp). The GNU C pre-processor."
-INFOENTRY_gccint= "* gccint: (gccint). The GNU compiler family internal documentation."
-INFOENTRY_cppinternals= "* cppinternals: (cppinternals). The GNU compiler preprocessor internal documentation."
-
-gcc.info: gcc.texi gcc-common.texi gcc-vers.texi frontends.texi \
- standards.texi invoke.texi extend.texi md.texi \
- gcov.texi trouble.texi bugreport.texi service.texi \
- contribute.texi compat.texi funding.texi gnu.texi gpl.texi \
- fdl.texi contrib.texi cppenv.texi cppopts.texi \
- implement-c.texi
-
-gccint.info: gccint.texi gcc-common.texi gcc-vers.texi \
- contribute.texi makefile.texi configterms.texi options.texi \
- portability.texi interface.texi passes.texi c-tree.texi \
- rtl.texi md.texi tm.texi hostconfig.texi fragments.texi \
- configfiles.texi collect2.texi headerdirs.texi funding.texi \
- gnu.texi gpl.texi fdl.texi contrib.texi languages.texi \
- sourcebuild.texi gty.texi libgcc.texi cfg.texi tree-ssa.texi \
- loop.texi
-
-cpp.info: cpp.texi fdl.texi cppenv.texi cppopts.texi gcc-common.texi \
- gcc-vers.texi
-
-cppinternals.info: cppinternals.texi gcc-common.texi gcc-vers.texi
-
-MAKEINFOFLAGS+= -I ${GCCDIR}/doc -I ${GCCDIR}/doc/include
-
-gcc-vers.texi:
- (echo "@set version-GCC $(BASEVER)"; \
- if [ "$(DEVPHASE)" = "experimental" ]; then \
- echo "@set DEVELOPMENT"; \
- else \
- echo "@clear DEVELOPMENT"; \
- fi; \
- echo "@set srcdir $(GCCLIB)/libiberty" ) > ${.TARGET}
-
-CLEANFILES+= gcc-vers.texi
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud