Skip to content

Commit f6b9d1b

Browse files
committed
fix script
1 parent 4484356 commit f6b9d1b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/scripts/build_pdf.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ echo "DON'T PUSH ANY OF THESE CHANGES TO THE REPO!!!!!!!!"
1010
echo "if you push these changes, I'll slap your butt"
1111

1212
# remove some files not suitable for PDF:
13-
rm ../library/data_structures/bit_uncommon/rupq.hpp || exit 1
14-
rm ../library/data_structures/bit_uncommon/rurq.hpp || exit 1
15-
rm ../library/data_structures/seg_tree.png || exit 1
16-
rm ../library/data_structures/seg_tree_uncommon/distinct_query.hpp || exit 1
17-
rm ../library/data_structures/seg_tree_uncommon/implicit.hpp || exit 1
18-
rm ../library/data_structures/seg_tree_uncommon/kth_smallest_query.hpp || exit 1
19-
rm ../library/data_structures/uncommon/mode_query.hpp || exit 1
20-
rm ../library/data_structures/uncommon/priority_queue_of_updates.hpp || exit 1
21-
rm ../library/data_structures/uncommon/deque_op.hpp || exit 1
13+
rm ../library/data_structures_\[l,r\)/bit_uncommon/rupq.hpp || exit 1
14+
rm ../library/data_structures_\[l,r\)/bit_uncommon/rurq.hpp || exit 1
15+
rm ../library/data_structures_\[l,r\)/seg_tree.png || exit 1
16+
rm ../library/data_structures_\[l,r\)/seg_tree_uncommon/distinct_query.hpp || exit 1
17+
rm ../library/data_structures_\[l,r\)/seg_tree_uncommon/implicit.hpp || exit 1
18+
rm ../library/data_structures_\[l,r\)/seg_tree_uncommon/kth_smallest_query.hpp || exit 1
19+
rm ../library/data_structures_\[l,r\)/uncommon/mode_query.hpp || exit 1
20+
rm ../library/data_structures_\[l,r\)/uncommon/priority_queue_of_updates.hpp || exit 1
21+
rm ../library/data_structures_\[l,r\)/uncommon/deque_op.hpp || exit 1
2222
rm ../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp || exit 1
2323
rm ../library/graphs/strongly_connected_components/offline_incremental_scc.hpp || exit 1
2424
rm ../library/graphs/uncommon/bridges.hpp || exit 1

0 commit comments

Comments
 (0)