Ismaël Bouya
9d916877fb
Add markdown files for documentation
...
projects.xml and declarative-projects.xml were merged with xmllint, and
then I ran that to convert files
for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-24 01:07:00 +01:00
Eelco Dolstra
be0ec2d223
Remove style.css
...
https://github.com/NixOS/nix/issues/3392
2020-03-13 16:17:48 +01:00
Eelco Dolstra
7221bd7e5a
manual: Add index.html
2016-10-10 15:52:11 +02:00
Eelco Dolstra
74426e6820
Simplify running nix-shell
...
This also removes building a separate source tarball or building a PDF
manual since it's unlikely anybody cares.
2016-03-22 12:53:28 +01:00
Eelco Dolstra
f933762358
Disable building the PDF manual
2015-07-08 16:51:05 +02:00
Eelco Dolstra
1b5e0821d1
Add hacking.xml to the distribution
2013-07-19 15:01:18 +02:00
Eelco Dolstra
770bc15848
Number the sections
2012-05-11 18:22:46 -04:00
Eelco Dolstra
26f6211777
Fix stupid change
...
Oops.
2011-11-22 17:01:55 +01:00
Eelco Dolstra
392996b743
Whitespace
2011-11-22 16:46:07 +01:00
Ludovic Courtès
cfd1da99b9
doc: Re-add Docbook source files to the distribution.
2011-10-12 21:23:21 +00:00
Ludovic Courtès
bcf8dc5ec4
doc: Ship Docbook's callout images.
2011-10-12 21:14:36 +00:00
Ludovic Courtès
46cd25784a
doc: Use a CSS and callout images for the HTML output.
2011-10-12 14:20:09 +00:00
Ludovic Courtès
073c6f8b90
Fix typo in makefile.
2011-10-04 13:31:10 +00:00
Ludovic Courtès
666f543122
Build the HTML manual; add the HTML & PDF to the distribution; install them.
...
* doc/manual/Makefile.am (dist_html_DATA, dist_pdf_DATA): New variables.
(manual.html): New target.
(manual.pdf): Use $(DBLATEX), uppercase.
* configure.ac: Check for `xsltproc'. Add `--with-docbook-xsl' option.
2011-07-04 14:48:38 +00:00
Ludovic Courtès
b773b13e9b
doc: Import the "Creating Projects" chapter by Visser & Dolstra.
2011-03-16 22:50:09 +00:00
Rob Vermaas
c37b90ee3e
hydra: use autoconf/-make
2010-09-30 14:29:15 +00:00