fosdem2024_bigint: add continuous target: watches when files changes then rebuilds
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 31 Jan 2024 08:55:04 +0000 (00:55 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 31 Jan 2024 08:58:05 +0000 (00:58 -0800)
conferences/fosdem2024/fosdem2024_bigint/.latexmkrc
conferences/fosdem2024/fosdem2024_bigint/Makefile

index c70c723fd2be1e4f55485da69dd0bd2a73913aad..949031b0bf2900bce8afad618969aff576f59136 100644 (file)
@@ -12,4 +12,5 @@ s/latex:\\\([$_{}]\)/\1/g
 EOS
     system("$sed_cmd \"$_[0].dia-tex\"");
 }
-$cleanup_includes_cusdep_generated = 1;
\ No newline at end of file
+$cleanup_includes_cusdep_generated = 1;
+$max_repeat = 10;
index c3d8f908dbf16c84dcd729870282950067fb38a9..fee384a94aee5e4fdc08e1b555bafc66bde3541c 100644 (file)
@@ -1,4 +1,4 @@
-.PHONY: all clean clean-intermediates upload
+.PHONY: all clean clean-intermediates upload continuous
 
 ARGS=-silent -interaction=nonstopmode -file-line-error -pdf
 
@@ -11,5 +11,8 @@ clean:
 clean-intermediates:
        @latexmk $(ARGS) -c
 
+continuous:
+       @latexmk $(ARGS) -pvc -view=none
+
 upload: all
        echo "put fosdem2024_bigint.pdf fosdem_2024/fosdem2024_bigint.pdf" | sftp -P 922 ftp@ftp.libre-soc.org