Merge pull request #151 from hqhq/fix_makefile_rm
Makefile: fix remove docs in make clean
This commit is contained in:
commit
2c77091a54
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ clean:
|
|||
rm -f ocid.conf
|
||||
rm -f ocic ocid
|
||||
rm -f ${OCID_LINK}
|
||||
rm -f docs/*.1 docs/*.5{,.gz} docs/*.8{,.gz}
|
||||
rm -f docs/*.5 docs/*.5.gz docs/*.8 docs/*.8.gz
|
||||
find . -name \*~ -delete
|
||||
find . -name \#\* -delete
|
||||
make -C conmon clean
|
||||
|
|
Loading…
Reference in a new issue