1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 08:26:35 +02:00

Cosmetic fixes

This commit is contained in:
Ansa89
2014-08-26 10:39:43 +02:00
parent f2aa57c4fa
commit 9581940cfa
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ doc: $(MANFILES:%=$(DOC_DIR)/%)
$(DOC_DIR)/%: $(DOC_DIR)/%.asc
@echo " MAN $(@F)"
@a2x -f manpage -a revdate=$(shell git log -1 --date=short --format="%ad" $<) \
-a manmanual="toxic manual" -a mansource=toxic \
-a manmanual="Toxic Manual" -a mansource=toxic \
-a manversion=__VERSION__ -a datadir=__DATADIR__ $<
.PHONY: doc