From ea783803cfd5636e48dd305c52011445b822e5f5 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 12 Sep 2004 08:19:47 +0000 Subject: [PATCH] * doc/Makefile, * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2 * doc/sdccman.lyx: updated sdcc version to 2.4.4 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3489 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 6 ++++++ doc/Makefile | 9 +++++++++ doc/clean.mk | 1 + 3 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index c070e9cf..5fdf44a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-12 Bernhard Held + + * doc/Makefile, + * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2 + * doc/sdccman.lyx: updated sdcc version to 2.4.4 + 2004-09-10 Erik Petrich * doc/sdccman.lyx: fixed a problem with my new index entries (thanks diff --git a/doc/Makefile b/doc/Makefile index d8d7fc39..f2cb31f2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -81,4 +81,13 @@ $(CDB).html/index.html: $(CDB).tex # the glossary, not implemented yet # makeindex -s l2hglo.ist -o $@ $< +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 + tar -c sdcc-doc | bzip2 -9 > sdcc-doc.tar.bz2 + include clean.mk diff --git a/doc/clean.mk b/doc/clean.mk index b023de5e..679f927a 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -5,6 +5,7 @@ clean: rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \ *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo + rm -rf sdcc-doc sdcc-doc.tar.bz2 # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- -- 2.30.2