aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-9/+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
* $Id$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=5542
* Use doc.project.mk in place of docproj.docbook.mk.Nik Clayton1999-09-031-16/+3
| | | | | | | Use the new ROOT_SYMLINKS variable where necessary. Notes: svn path=/head/; revision=5511
* Make the doc/en_* makefiles repect ${DOC_PREFIX} when they includeJohn Baldwin1999-08-291-2/+2
| | | | | | | | | | ${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded paths. Reviewed partially by: nik, billf Notes: svn path=/head/; revision=5468
* When making the compatability symlink, do it in the parent directoryNik Clayton1999-08-261-3/+2
| | | | | | | | | | | | | | | to both directories, and make it relative, rather than absolute. This fixes the case where you might install the docs under one directory /foo/bar/..., and then want to migrate them elsewhere (to /usr/share/). With the old scheme, the symlink would start /foo/bar/..., and would therefore be broken. A good example of this happening is "make release" :-) Notes: svn path=/head/; revision=5453
* Honour ${DOCDIR} when installing the documentation.Nik Clayton1999-08-191-5/+8
| | | | Notes: svn path=/head/; revision=5400
* The new Makefile framework. Does the right thing (pretty much) exceptNik Clayton1999-08-161-2/+17
| | | | | | | | | 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
* New Makefile -- just points to the handbook/ subdirectory for now.Nik Clayton1999-03-081-0/+5
Notes: svn path=/head/; revision=4475