about summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-08 11:08:25 +0100
committerpennae <github@quasiparticle.net>2023-02-10 06:40:15 +0100
commitd041641b1abc901191947cd9d7676cd803ccd00b (patch)
treee13a6f2dca1c98b55bd17d6b2c9ac00a99de9364 /doc/Makefile
parent652a283e51d57ed294cb07774ebf7b95b1a7e59c (diff)
downloadnixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar.gz
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar.bz2
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar.lz
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar.xz
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.tar.zst
nixlib-d041641b1abc901191947cd9d7676cd803ccd00b.zip
nixos/manual: remove md-to-db
with manual chapters no longer needing pandoc for their conversion to
xml we can get rid of this source of confusion, and its huge cache of
xml files.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 1e54aef9bd12..ee98a3ee9213 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@ MD_TARGETS=$(addsuffix .xml, $(basename $(shell find . -type f -regex '.*\.md$$'
 PANDOC ?= pandoc
 
 pandoc_media_dir = media
-# NOTE: Keep in sync with NixOS manual (/nixos/doc/manual/md-to-db.sh) and conversion script (/maintainers/scripts/db-to-md.sh).
+# NOTE: Keep in sync with conversion script (/maintainers/scripts/db-to-md.sh).
 # TODO: Remove raw-attribute when we can get rid of DocBook altogether.
 pandoc_commonmark_enabled_extensions = +attributes+fenced_divs+footnotes+bracketed_spans+definition_lists+pipe_tables+raw_attribute
 # Not needed: