Update the Makefile for the README name change
This commit is contained in:
parent
6c56b8354f
commit
04f427bcab
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue