Skip to content
Open
Prev Previous commit
Next Next commit
copy generated file in the tarball
  • Loading branch information
aduh95 committed Feb 27, 2022
commit 8d54abbb41ff2bb2e0c33d04305e1a0c2de80c76
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1140,11 +1140,12 @@ pkg-upload: pkg
test/common/knownGlobals.json: lib/.eslintrc.yaml
$(PYTHON) tools/test.py --create-knownGlobals-json

$(TARBALL): release-only doc-only test/common/knownGlobals.json
$(TARBALL): test/common/knownGlobals.json release-only doc-only
git checkout-index -a -f --prefix=$(TARNAME)/
mkdir -p $(TARNAME)/doc/api
cp doc/node.1 $(TARNAME)/doc/node.1
cp -r out/doc/api/* $(TARNAME)/doc/api/
cp $< $(TARNAME)/$<
$(RM) -r $(TARNAME)/.editorconfig
$(RM) -r $(TARNAME)/.git*
$(RM) -r $(TARNAME)/.mailmap
Expand Down