diff options
author | J. Vicente Carrasco <carvay@FreeBSD.org> | 2005-01-12 20:39:27 +0000 |
---|---|---|
committer | J. Vicente Carrasco <carvay@FreeBSD.org> | 2005-01-12 20:39:27 +0000 |
commit | 73c55f927fae15a44088673b3f9b3a7c998e6d07 (patch) | |
tree | cc86f7a237db8a4f52882a2afd47288888ec8e29 /es_ES.ISO8859-1/articles/Makefile | |
parent | 0cc2bb2c1ad8af242790d787769462df39b1b4f8 (diff) | |
download | doc-73c55f927fae15a44088673b3f9b3a7c998e6d07.tar.gz doc-73c55f927fae15a44088673b3f9b3a7c998e6d07.zip |
articles/contrib
- add entry for translators
- add trademarks
articles/dialup-firewall
- add entry for translators.ent
- add translator's info
articles/explaining-bsd
- Cosmetic changes on Makefile
- add translators.ent
- add translator's info
- a lot of cosmetic changes
articles/fbsd-from-scratch
- add entry for translators.ent
- add translators' info
articles/laptop
- add "WITH_TOC" on Makefile
- add entry for translators.ent
- add translators' entry
articles/problem-reports
- correct several typos
articles/zip-drive
- add entry for translators.ent
- add translators' info
articles/Makefile
New article added: cvs-freebsd
Submitted by: Jesus R. Camou jcamou at es.FreeBSD.org
Approved by: jesusr (mentor)
Notes
Notes:
svn path=/head/; revision=23537
Diffstat (limited to 'es_ES.ISO8859-1/articles/Makefile')
-rw-r--r-- | es_ES.ISO8859-1/articles/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/articles/Makefile b/es_ES.ISO8859-1/articles/Makefile index 7d4a5d1c13..4060e1daab 100644 --- a/es_ES.ISO8859-1/articles/Makefile +++ b/es_ES.ISO8859-1/articles/Makefile @@ -8,8 +8,11 @@ SUBDIR+= dialup-firewall SUBDIR+= explaining-bsd SUBDIR+= fbsd-from-scratch SUBDIR+= laptop +SUBDIR+= mailing-list-faq SUBDIR+= problem-reports +SUBDIR+= releng SUBDIR+= zip-drive DOC_PREFIX?= ${.CURDIR}/../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" + |