Add new "Problem Reports" article.
This commit is contained in:
parent
fd666cbd15
commit
3d819359cf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22572
3 changed files with 1048 additions and 0 deletions
es_ES.ISO8859-1/articles
|
@ -1,4 +1,5 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSDes: doc/es_ES.ISO8859-1/articles/Makefile,v 1.3 2004/10/09 02:01:17 jesusr Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR+= contributing
|
||||
|
@ -6,6 +7,7 @@ SUBDIR+= dialup-firewall
|
|||
SUBDIR+= explaining-bsd
|
||||
SUBDIR+= fbsd-from-scratch
|
||||
SUBDIR+= laptop
|
||||
SUBDIR+= problem-reports
|
||||
SUBDIR+= zip-drive
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
|
|
20
es_ES.ISO8859-1/articles/problem-reports/Makefile
Normal file
20
es_ES.ISO8859-1/articles/problem-reports/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDes: doc/es_ES.ISO8859-1/articles/problem-reports/Makefile,v 1.1 2004/10/08 23:06:08 carvay Exp $
|
||||
#
|
||||
# Article: Writing FreeBSD Problem Reports
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1026
es_ES.ISO8859-1/articles/problem-reports/article.sgml
Normal file
1026
es_ES.ISO8859-1/articles/problem-reports/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue