Skip to content

Commit

Permalink
Better makefile for changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 18, 2016
1 parent 4b1d511 commit 8e24269
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions changelogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,4 @@ install-changelogs:
compress-changelogs:

@echo -e '\033[1;32mCompress Changelogs...\033[0m'
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.4.6
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.4.8
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.4.8.1
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.1
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.2
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.4
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.6
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.5.8
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.2
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.4
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.6
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.0.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.2.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.2.1
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.4.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-*

0 comments on commit 8e24269

Please sign in to comment.