Skip to content

Commit b616c3c

Browse files
committed
Makefile: install should depend on all
1 parent c161a5c commit b616c3c

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
@@ -74,7 +74,7 @@ dist: clean
7474
tar czf "cppreference-doc-$(VERSION).tar.gz" "cppreference-doc-$(VERSION)"
7575
rm -rf "cppreference-doc-$(VERSION)"
7676

77-
install:
77+
install: all
7878
# install the devhelp documentation
7979
pushd "output/reference" > /dev/null; \
8080
find . -type f \

0 commit comments

Comments
 (0)