Added ucsim and as docs to archive
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Sep 2004 08:42:29 +0000 (08:42 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Sep 2004 08:42:29 +0000 (08:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3490 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/Makefile

index f2cb31f2ea5b82a931d3b05db6f22cfc354a9933..904e62c8dbe7a4c1d34ccb9943269c5b2aa82370 100644 (file)
@@ -85,9 +85,17 @@ archive: all
        rm -rf sdcc-doc sdcc-doc.tar.bz2
        mkdir sdcc-doc
        rsync -rC avr z80 *.pdf *.txt sdcc-doc
+
        for doc in $(MANUAL) $(TSS) $(CDB); do \
          rsync -R $$doc.html/*.html $$doc.html/*.png $$doc.html/*.css sdcc-doc/; \
        done
+
+       mkdir sdcc-doc/as
+       rsync -rC ../as/doc/* sdcc-doc/as/
+
+       mkdir sdcc-doc/ucsim
+       cd ../sim/ucsim/doc; rsync *.html *.jpg *.gif *.fig ../../../doc/sdcc-doc/ucsim/
+
        tar -c sdcc-doc | bzip2 -9 > sdcc-doc.tar.bz2
 
 include clean.mk