aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
* - Strip unnecessary trailing spacesGabor Kovesdan2012-08-211-1/+1
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/projects/sgml2xml/; revision=39416
* - Set svn:ketwords and svn:mime-type. Note that application/octet-stream isHiroki Sato2012-05-171-1/+1
| | | | | | | | | | set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38826
* ISO_* -> ISO* renameAndrey A. Chernov2001-06-111-2/+2
| | | | Notes: svn path=/head/; revision=9587
* $Id$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=5542
* Honour ${DOCDIR} when installing the documentation.Nik Clayton1999-08-191-2/+2
| | | | Notes: svn path=/head/; revision=5400
* The new Makefile framework. Does the right thing (pretty much) exceptNik Clayton1999-08-161-0/+5
in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP. Notes: svn path=/head/; revision=5368