aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-24 14:07:26 -0500
committerJesús <heckyel@hyperbola.info>2019-12-24 14:07:26 -0500
commit865635f2aafe72a2bda1356ae486920df0ea1f93 (patch)
tree6ba7d7e067dcde3423597b109e703cd20edfb1bd
parentf79c3bb890d4004f842ebc6b12dba3dc526f8657 (diff)
downloadhypervideo-gui-865635f2aafe72a2bda1356ae486920df0ea1f93.tar.lz
hypervideo-gui-865635f2aafe72a2bda1356ae486920df0ea1f93.tar.xz
hypervideo-gui-865635f2aafe72a2bda1356ae486920df0ea1f93.zip
Add changelog in Makefile and .gitignore
-rw-r--r--.gitignore1
-rw-r--r--Makefile5
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0fc33f5..b791158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ hypervideo_gui.egg-info
*.spec
*.json
MANIFEST
+Changelog.txt
README.txt
# build
hypervideo-gui.tar.gz
diff --git a/Makefile b/Makefile
index 69fdbce..f1bd18d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@ MARKDOWN = $(shell if [ `pandoc -v | head -n1 | cut -d" " -f2 | head -c1` = "2"
README.txt:
pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
+ pandoc -f $(MARKDOWN) -t plain Changelog.md -o Changelog.txt
clean:
- rm -rf hypervideo-gui.tar.gz hypervideo_gui.egg-info README.txt MANIFEST build/ dist/
+ rm -rf hypervideo-gui.tar.gz hypervideo_gui.egg-info README.txt Changelog.txt MANIFEST build/ dist/
find . -name "*.pyc" -delete
find . -name "*.class" -delete
@@ -37,7 +38,7 @@ dist: README.txt
--exclude '.git' \
-- \
bin hypervideo_gui images setup-files LICENSE \
- README.md README.txt Makefile \
+ README.md README.txt Changelog.txt Makefile \
setup.py
demo:
@python script.py $(OPTS)