Skip to content

Commit f441965

Browse files
committed
fixed documentation zipping
1 parent 585d63f commit f441965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ doc-build: doc
2323
bin.zip: bin
2424
zip -r $@ $<
2525

26-
doc.zip: doc-build
26+
doc.zip: doc
2727
zip -r $@ $<

0 commit comments

Comments
 (0)