Skip to content

Commit ae8044a

Browse files
cotagitster
authored andcommitted
Documentation/Makefile: add *.pdf to `clean' target
user-manual.pdf is not removed by `make clean'; fix it. Signed-off-by: Emilio G. Cota <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 070648e commit ae8044a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
232232
clean:
233233
$(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
234234
$(RM) *.texi *.texi+ *.texi++ git.info gitman.info
235+
$(RM) *.pdf
235236
$(RM) howto-index.txt howto/*.html doc.dep
236237
$(RM) technical/api-*.html technical/api-index.txt
237238
$(RM) $(cmds_txt) *.made

0 commit comments

Comments
 (0)