a bit cleanup for the target dist-hook
This commit is contained in:
parent
f23124b0c2
commit
ba40a397b4
|
@ -4,9 +4,9 @@ SUBDIRS = src man
|
|||
|
||||
EXTRA_DIST = stl $(KDOC_DIR) darkice.cfg
|
||||
|
||||
dist-hook: $(KDOC_DIR)
|
||||
$(KDOC_DIR): kdocs
|
||||
|
||||
kdocs: src
|
||||
kdocs: src kdocs_clean
|
||||
cd src; kdoc --private --strip-h-path --name DarkIce --outputdir ../$(KDOC_DIR)/ *.h
|
||||
|
||||
kdocs_clean:
|
||||
|
|
Loading…
Reference in New Issue