--- a/Makefile Sat Oct 17 21:01:50 2020 +0300
+++ b/Makefile Sun Oct 18 12:25:22 2020 +0300
@@ -179,7 +179,7 @@
LOGO_PNG_FILES := $(patsubst %,dist/misc/logo-%.png,$(LOGO_DIM))
FAVICON := dist/www/favicon.png
-EL_FILES := $(wildcard contrib/*.el)
+EL_FILES := $(wildcard misc/*.el)
DISTREL_TARBALLS = dist/$(fullpkgname).tar.gz dist/$(fullpkgname).zip
DISTSRC_TARBALLS = dist/$(fullpkgname)_src.tar.gz # dist/$(fullpkgname)_src.zip
@@ -820,7 +820,7 @@
.PHONY: voa
voa: dist/pdf/voa-special.pdf
-dist/pdf/voa-special.pdf: contrib/voa-special.tex | dist/pdf/
+dist/pdf/voa-special.pdf: misc/voa-special.tex | dist/pdf/
$(LATEX2PDF) -output-directory dist/pdf/ $<
dist/pdf/: