Browse Source

Merge pull request #5 from OpenSourceCookbook/build-tests

Build only a single output
Samuel W. Flint 4 năm trước cách đây
mục cha
commit
9875acebef
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -16,5 +16,5 @@ clean:
 	latexmk -CA
 	latexmk -CA
 
 
 install:
 install:
-	mkdir -pv ${out}/nix-support/
-	cp $(DOCNAME).pdf ${out}/
+	# mkdir -pv ${out}/nix-support/
+	cp $(DOCNAME).pdf ${out}