fix docs compile targets
[openwrt.git] / Makefile
index dbfdb8e..b798f72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -147,11 +147,11 @@ distclean: dirclean config-clean symlinkclean docclean
 help:
        cat README
 
-doc:
-       $(MAKE) -C docs/ openwrt.pdf
+docs docs/compile: FORCE
+       $(MAKE) -C docs compile
 
-docclean:
-       $(MAKE) -C docs/ clean
+docs/clean: FORCE
+       $(MAKE) -C docs clean
 
 symlinkclean:
        -find package -type l | xargs rm -f
This page took 0.029966 seconds and 4 git commands to generate.