Skip to content

Commit

Permalink
Fix clean target in manpage makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 24, 2012
1 parent 41fe4c8 commit ec93406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/manpages/man1/Makefile
Expand Up @@ -23,4 +23,4 @@ roff :

clean :
@rm -rf $(DIST)/man/man1
@rm *.gz
@-rm *.gz
2 changes: 1 addition & 1 deletion docs/en/manpages/man5/Makefile
Expand Up @@ -24,4 +24,4 @@ roff :

clean :
@rm -rf $(DIST)/man/man5
@rm *.gz
@-rm *.gz

0 comments on commit ec93406

Please sign in to comment.