Tidied up the build, install, and regression tests.
[fw/sdcc] / as / Makefile
index ccecebabb242a23619bbd09488cfed59446e9b8c..214880a36428fd7e1e9c9f57de7b61e7c703a530 100644 (file)
@@ -19,7 +19,7 @@ install: all install-doc
 
 install-doc:
        $(INSTALL) -d $(docdir)/aslink
-       cp -f `find doc -maxdepth 1 -not -type d` $(docdir)/aslink
+       cp -f `find doc -maxdepth 1 -type f` $(docdir)/aslink
 
 uninstall:
        cd $(bindir); rm -f as-z80$(EXEEXT) as-gbz80$(EXEEXT) as-hc08$(EXEEXT)