Skip to content

Commit

Permalink
created a clean-manual target
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Poloni committed Sep 5, 2011
1 parent 005ced9 commit ad6e57c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ include $(MKPATH)buildsys.mk
SUBDIRS = src lib doc
CLEAN = config.status config.log *.dll *.exe

.PHONY: tests manual
.PHONY: tests manual clean-manual
tests:
$(MAKE) -C src tests

manual:
$(MAKE) -C doc manual.html manual.pdf

clean-manual:
$(MAKE) -C doc clean

0 comments on commit ad6e57c

Please sign in to comment.