We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161a5c commit b616c3cCopy full SHA for b616c3c
Makefile
@@ -74,7 +74,7 @@ dist: clean
74
tar czf "cppreference-doc-$(VERSION).tar.gz" "cppreference-doc-$(VERSION)"
75
rm -rf "cppreference-doc-$(VERSION)"
76
77
-install:
+install: all
78
# install the devhelp documentation
79
pushd "output/reference" > /dev/null; \
80
find . -type f \
0 commit comments