Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed May 1, 2024
1 parent 0dc00c1 commit b24eb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clean:
# celeb uses fdue forecast dates
.PHONY:
index.rst: milestones blockschedule.pdf
python milestones/milestones.py --pmcs-data milestones/data/pmcs/202401-ME.xls celeb --inc=Y --months=1 --table ;
python milestones/milestones.py celeb --inc=Y --months=1 --table ;
@echo ".. image:: blockschedule.png" >> index.rst;
@echo " :alt: Block Schedule" >> index.rst;
@echo "" >> index.rst;
Expand All @@ -43,8 +43,8 @@ index.rst: milestones blockschedule.pdf
@echo ".. include:: acronyms.rst" >> index.rst;

blockschedule.pdf: milestones
python milestones/milestones.py --pmcs-data milestones/data/pmcs/202401-ME.xls blockschedule --start-date -20
python milestones/milestones.py --pmcs-data milestones/data/pmcs/202401-ME.xls blockschedule --start-date -20 --output blockschedule.png
python milestones/milestones.py blockschedule --start-date -20
python milestones/milestones.py blockschedule --start-date -20 --output blockschedule.png

acronyms.rst : myacronyms.txt skipacronyms.txt
generateAcronyms.py -m rst -t "PMO LSST" index.rst
Expand Down

0 comments on commit b24eb8e

Please sign in to comment.