.github
datadog
doc
manual
src
Makefile.am
Makefile.am
architecture.md
dev-notes.txt
examples
foreman
nixos-modules
src
t
.editorconfig
.gitignore
.perlcriticrc
.yath.rc
COPYING
INSTALL
Makefile.am
Procfile
README.md
configure.ac
default.nix
flake.lock
flake.nix
hydra-api.yaml
nixos-tests.nix
package.nix
shell.nix
version.txt
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
7 lines
97 B
Makefile
7 lines
97 B
Makefile
MD_FILES = src/*.md
|
|
|
|
EXTRA_DIST = $(MD_FILES)
|
|
|
|
install: $(MD_FILES)
|
|
mdbook build . -d $(docdir)
|