Skip to content

Commit f3e34e3

Browse files
author
Taarini Sarath Chander
committed
Added make changelog for yang
1 parent 238a45e commit f3e34e3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables
22
ROOTDIR = $(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

connector/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ""

ncdiff/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ""

0 commit comments

Comments
 (0)