Skip to content

Commit 01b25a4

Browse files
committed
Fix tab issue in makefile.
1 parent 45c7857 commit 01b25a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ dmg:
8383
echo Signing HTMLDOC application bundle
8484
codesign -s $(IDENTITY) htmldoc/htmldoc.app
8585
echo Making disk image...
86-
rm -f htmldoc-$(VERSION)-macos.dmg
87-
hdiutil create -srcfolder htmldoc/htmldoc.app htmldoc-$(VERSION)-macos.dmg
86+
rm -f htmldoc-$(VERSION)-macos.dmg
87+
hdiutil create -srcfolder htmldoc/htmldoc.app htmldoc-$(VERSION)-macos.dmg

0 commit comments

Comments
 (0)