1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 15:43:02 +01:00

doc: Unlink docs from the rest of the build process.

Since generated man pages are also included, we can't
guarantee proper timestamps. This should fix issues that trigger doc
building when it isn't needed.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2014-10-12 23:21:48 -04:00
parent 9c7ac9043a
commit 0a132b0eb5
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Toxic is a [Tox](https://tox.im)-based instant messenging client which formerly
##### Documentation
* [Asciidoc](http://asciidoc.org/index.html) (only required for regenerating manpages)
* Run `make doc` after editing the asciidoc files to regenerate the manpages.
* Run `make doc` in the build directory after editing the asciidoc files to regenerate the manpages.
* **NOTE FOR DEVELOPERS**: asciidoc files and generated manpages will need to be commited together.
### Compiling

View File

@ -46,7 +46,7 @@ endif
-include $(CFG_DIR)/checks/check_features.mk
# Targets
all: toxic doc
all: toxic
toxic: $(OBJ)
@echo " LD $@"

View File

@ -1,5 +1,5 @@
# Install target
install: toxic doc
install: toxic
mkdir -p $(abspath $(DESTDIR)/$(BINDIR))
mkdir -p $(abspath $(DESTDIR)/$(DATADIR))
mkdir -p $(abspath $(DESTDIR)/$(DATADIR))/sounds