1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 14:04:14 +01:00

Polished Makefile.doc anD Makefile.common.

(includes a more elegant fix for 1e4369cb40de23bd912bb7b5175c6cfae4e665c2)
This commit is contained in:
Ted Pavlic
2009-01-21 10:59:47 -05:00
parent f381a86bf7
commit 74c04cc49b
2 changed files with 16 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ help:
@echo " make distclean - clean up more"
clean:
@echo " Cleanup of $(LOCALE) documentation..."
@echo " Cleanup of $(LOCALE) documentation..."
distclean: clean
@echo " More cleanup of $(LOCALE) documentation..."
@@ -51,6 +51,6 @@ check-asciidoc:
echo >&2 "Warning: asciidoc versions other than 8.2.x are unsupported"
$(ADC_FILES): %.html: %.txt $(BASE)/Makefile.doc $(ADC_DEPS)
@echo "DOC locale/$(LOCALE)/$@"
@echo " DOC locale/$(LOCALE)/$@"
$(ASCIIDOC) --unsafe -a linkcss -a quirks! -a lang=$(LANG) -a doctitle="$(shell basename $@)" -o $@ $<