awesome: build is now a directory, not a symlink

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-10-31 13:51:17 +01:00
parent b5683ecea5
commit 8be502389b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ output:
cp README.for_webpage.md html/README.md
ldoc:
rm -f src/build
make -C src distclean
HOME=$(OLD_HOME) make -C src cmake-build ldoc
clean: