summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 86d6dff..061186b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,13 +9,9 @@ zoom_bin_SOURCES = zoom-bin.c
zoom_bin_CFLAGS = @libzoom_CFLAGS@
zoom_bin_LDADD = @libzoom_LIBS@
-EXTRA_DIST = zoom levels/level.dtd levels/level.xml tex/*
+EXTRA_DIST = levels/level.dtd levels/*.xml tex/*
+CLEANFILES = levels/*.lvl
-zoom: zoom.in
- sed -e 's&@gamedir@&$(gamedir)&' < zoom.in > zoom
- chmod +x zoom
-
.xml.lvl:
gzip -cn9 $< > $@
- \ No newline at end of file