Skip to content

Commit

Permalink
Fix tab issue in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 24, 2017
1 parent 45c7857 commit 01b25a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ dmg:
echo Signing HTMLDOC application bundle
codesign -s $(IDENTITY) htmldoc/htmldoc.app
echo Making disk image...
rm -f htmldoc-$(VERSION)-macos.dmg
hdiutil create -srcfolder htmldoc/htmldoc.app htmldoc-$(VERSION)-macos.dmg
rm -f htmldoc-$(VERSION)-macos.dmg
hdiutil create -srcfolder htmldoc/htmldoc.app htmldoc-$(VERSION)-macos.dmg

0 comments on commit 01b25a4

Please sign in to comment.