Merge pull request #50 from psychon/delete

Delete old / unneeded files
This commit is contained in:
Daniel Hahler 2016-12-26 16:54:14 +01:00 committed by GitHub
commit f262de716c
1 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ output:
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \
--templatedir=templates \
--exclude=html --exclude=Makefile --exclude=README.md
echo awesomewm.org > html/CNAME
ldoc:
rm -f src/build
@ -32,11 +33,11 @@ manpages:
done
build_for_travis: all
rsync -PaOvz --chmod=u=rwX,g=rwX,o=rX,Dg+s --exclude src html/ \
rsync -PaOvz --delete --exclude=.git --chmod=u=rwX,g=rwX,o=rX,Dg+s --exclude src html/ \
$${BUILD_WEB}
rsync -PaOvz --chmod=u=rwX,g=rwX,o=rX,Dg+s --delete src/build/doc/ \
rsync -PaOvz --delete --chmod=u=rwX,g=rwX,o=rX,Dg+s src/build/doc/ \
$${BUILD_WEB}/doc/api
rsync -PaOvz --chmod=u=rwX,g=rwX,o=rX,Dg+s /usr/share/asciidoc/icons \
rsync -PaOvz --delete --chmod=u=rwX,g=rwX,o=rX,Dg+s /usr/share/asciidoc/icons \
$${BUILD_WEB}/doc/manpages/icons
.PHONY: changelogs manpages