Skip to content

Commit 7652e90

Browse files
committed
remove useless 'changelog.html' make target
1 parent 5d8443b commit 7652e90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ GENERATED_FILES = \
33
src/graphviz-versions.json \
44
src/shapes.js \
55
src/versions.json \
6-
changelog.html \
76
src/dotParser.js \
87
graphviz \
98
dotfiles.txt \
@@ -42,11 +41,6 @@ dotfiles.txt: graphviz
4241
find graphviz -name '*.dot' | egrep -v "(nullderefrebuildlist\.dot|^graphviz/tests/.*)$$" > $@.tmp
4342
mv $@.tmp $@
4443

45-
changelog: changelog.html
46-
47-
changelog.html: CHANGELOG.md
48-
./node_modules/markdown-to-html/bin/github-markdown CHANGELOG.md -h >changelog.html
49-
5044
clone-build:
5145
rm -rf /tmp/`basename \`pwd\`` && git clone `pwd`/.git /tmp/`basename \`pwd\`` && cd /tmp/`basename \`pwd\`` && npm install && make && npm run build
5246

0 commit comments

Comments
 (0)