-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Markdeck is awesome and I'm trying to build it from main
. When I try to run make all
, I get the following error message:
[zen:~/code/arnehilmann/markdeck:(main[|])] make all
make: *** No rule to make target 'src/docroot/main/admin.template', needed by 'src/docroot/main/toplevel/admin.html'. Stop.
It appears that there is either a file and/or Makefile rule missing. src/docroot/main
is ignored by git
and there don't appear to be any instructions on how to generate / fetch admin.template
. The admin.template
reference only shows up in Git commit a137d73.
Trying to run cargo build
fails due to a missing src/docroot/main
directory, which is created by make docroot
, which also fails with the above error.
For reference, I'm building on Ubuntu 22.04, so it's possible this is a platform specific issue?
Any help on getting this to build would be much appreciated!