File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Variables
22ROOTDIR = $(shell pwd)
3- ALL_CMDS = package test distribute distribute_staging distribute_staging_external clean develop undevelop docs
3+ ALL_CMDS = package test distribute distribute_staging distribute_staging_external clean develop undevelop docs changelogs
44
55.PHONY : clean package distribute distribute_staging distribute_staging_external\
66 develop undevelop populate_dist_dir help docs distribute_docs test
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ changelogs:
155155 @echo " Generating changelog file"
156156 @echo " "
157157 @$(PYTHON ) -c " from ciscodistutils.make_changelog import main; main('./docs/changelog/undistributed', './docs/changelog/undistributed.rst')"
158- @echo " pyats.contrib changelog created..."
158+ @echo " yang.connector changelog created..."
159159 @echo " "
160160 @echo " Done."
161161 @echo " "
Original file line number Diff line number Diff line change @@ -147,3 +147,14 @@ distribute_staging_external:
147147 @echo " "
148148 @echo " Done."
149149 @echo " "
150+
151+ changelogs :
152+ @echo " "
153+ @echo " --------------------------------------------------------------------"
154+ @echo " Generating changelog file"
155+ @echo " "
156+ @$(PYTHON ) -c " from ciscodistutils.make_changelog import main; main('./docs/changelog/undistributed', './docs/changelog/undistributed.rst')"
157+ @echo " yang.ncdiff changelog created..."
158+ @echo " "
159+ @echo " Done."
160+ @echo " "
You can’t perform that action at this time.
0 commit comments