summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-05-13 20:17:09 -0400
committerDavid Thompson <dthompson2@worcester.edu>2019-05-13 20:17:09 -0400
commita903e7e1941bab112dd72d14f3d93c00e49c1966 (patch)
tree0698dd6654584f372477aa069de7fd151ade25a8 /Makefile.am
parent6d5e5eb609aefd6373f2e4c4426db2fe5fd386b2 (diff)
Fix 'make distcheck'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d25629..c35d564 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,21 +109,17 @@ dist_fonts_DATA = \
shadersdir = $(pkgdatadir)/shaders
dist_shaders_DATA = \
- data/shaders/pbr/pbr-vert.glsl \
+ data/shaders/pbr/pbr-vert.glsl \
data/shaders/pbr/pbr-frag.glsl
info_TEXINFOS = doc/chickadee.texi
-
-chickadee_TEXINFOS = \
+doc_chickadee_TEXINFOS = \
doc/fdl.texi \
- doc/api.texi \
- doc/chickadee.texi
+ doc/api.texi
AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \
--css-include=doc/manual.css
-dvi-local: # Don't build dvi docs
-
publish: distcheck
gpg --sign --armor --yes chickadee-$(VERSION).tar.gz && \
scp chickadee-$(VERSION).tar.gz chickadee-$(VERSION).tar.gz.asc \