Update the Makefile for the README name change

This commit is contained in:
Christopher Baines 2025-05-12 11:46:15 +01:00
parent 6c56b8354f
commit 04f427bcab

View file

@ -36,8 +36,8 @@ moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir = $(prefix)/lib/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
assetsdir = $(datadir)/@PACKAGE@
README.html: README
emacs -q --no-splash -batch -visit README \
README.html: README.org
emacs -q --no-splash -batch -visit README.org \
-eval "(progn (require 'org) (let ((org-export-htmlize-output-type 'css)) (org-html-export-to-html nil nil nil t nil)))"
install-data-local: README.html
@ -45,7 +45,7 @@ install-data-local: README.html
cp -r assets "$(DESTDIR)$(pkgdatadir)/" || exit 1;
cp -r sqitch "$(DESTDIR)$(pkgdatadir)/" || exit 1;
mkdir -p "$(DESTDIR)$(docdir)";
cp README "$(DESTDIR)$(docdir)/README"
cp README.org "$(DESTDIR)$(docdir)/README.org"
cp README.html "$(DESTDIR)$(docdir)/README.html"
install-data-hook: