Add automatic indexing to compile step
This commit is contained in:
@@ -285,7 +285,7 @@ def compile_pdf():
|
||||
return False
|
||||
|
||||
|
||||
def main():
|
||||
def main():\n print("Generating index...")\n os.system("python3 scripts/index_generator.py")\n
|
||||
args = sys.argv[1:]
|
||||
|
||||
if "--check" in args:
|
||||
|
||||
Reference in New Issue
Block a user