Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 5, 2011
1 parent b58e505 commit c54d5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BOOK_NAME=fontbook
FTP_TOPDIR=fonts
FTP_PDFDIR=$(FTP_TOPDIR)
TARGETS=$(BOOK_NAME)
TARGETS=$(BOOK_NAME) $(BOOK_NAME)-freefonts
TEXINPUTS=

# Include crocodoc conf
Expand Down Expand Up @@ -29,7 +29,7 @@ crocupload: $(BOOK_NAME).json

clean:
rm -f *.ps *.aux *.log *.out *.lol
rm -f *.idx *.ind *.ilg *.toc *.dvi
rm -f *.idx *.ind *.ilg *.toc *.dvi *.glo
rm -f *.json
# Remove only target pdf
rm -f $(addsuffix *.pdf,$(TARGETS))
Expand Down

0 comments on commit c54d5e7

Please sign in to comment.